diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-06-16 12:36:55 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-06-16 12:36:55 +0000 |
| commit | 4aa20fd6cf6228a1b5d0b3603b5a4c8067ef88f3 (patch) | |
| tree | 16d1d0c0b267b3bfc727bbc106694d425782f419 | |
| parent | remove tabs (diff) | |
| parent | Added "call" for running a .bat file from a .bat file, as it should be (diff) | |
| download | inkscape-4aa20fd6cf6228a1b5d0b3603b5a4c8067ef88f3.tar.gz inkscape-4aa20fd6cf6228a1b5d0b3603b5a4c8067ef88f3.zip | |
fix a bat file
(bzr r14990)
| -rw-r--r-- | configure.bat | 2 |
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
|
