summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorh-h <henrik.hank@aol.de>2016-06-10 16:36:53 +0000
committerh-h <henrik.hank@aol.de>2016-06-10 16:36:53 +0000
commit8046d6c37682b4abd660ddee3e3922fb75d31f54 (patch)
treeb48f932ad804b36ab53d965ed5b7a4d3140663b0
parentRm unused WITH_GTEST pseudo-option (diff)
downloadinkscape-8046d6c37682b4abd660ddee3e3922fb75d31f54.tar.gz
inkscape-8046d6c37682b4abd660ddee3e3922fb75d31f54.zip
Added "call" for running a .bat file from a .bat file, as it should be
(bzr r14971.2.1)
-rw-r--r--configure.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.bat b/configure.bat
index 503b47b84..11adb9445 100644
--- a/configure.bat
+++ b/configure.bat
@@ -1,5 +1,5 @@
REM Set the MinGW environment variables.
-if "%MINGW_BIN%"=="" mingwenv.bat
+if "%MINGW_BIN%"=="" call mingwenv.bat
REM Delete the CMake cache. Needed when changes on the CMakeLists should be applied in a consistent way.
del CMakeCache.txt