summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat13
1 files changed, 6 insertions, 7 deletions
diff --git a/configure.bat b/configure.bat
index 47f1889277..7ce39e7ecf 100644
--- a/configure.bat
+++ b/configure.bat
@@ -89,13 +89,12 @@ goto doneargs
:help
type %QTSRC%\config_help.txt
- if %TOPLEVEL% == true (
- for /d %%p in ("%TOPQTSRC%"\qt*) do (
- if not "%%p" == "%QTSRC%" (
- if exist "%%p\config_help.txt" (
- echo.
- type "%%p\config_help.txt"
- )
+ if %TOPLEVEL% == false exit /b 1
+ for /d %%p in ("%TOPQTSRC%"\qt*) do (
+ if not "%%p" == "%QTSRC%" (
+ if exist "%%p\config_help.txt" (
+ echo.
+ type "%%p\config_help.txt"
)
)
)