From d3c90cc12103eec4cdd6eac1edd69481c479955f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Apr 2011 13:02:02 +0200 Subject: Add missing parenthesis --- qt/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/build.bat b/qt/build.bat index e5401be..3f6a647 100644 --- a/qt/build.bat +++ b/qt/build.bat @@ -81,7 +81,7 @@ for %%d in (%1) do ( ) ) -for %%c in (%confs%) do +for %%c in (%confs%) do ( for %%p in (%plats%) do ( call :run_build common/qt-common-%1-vc%vcver%.sln %%c %%p ) -- cgit v1.1