Merge lp:~h-h-h/inkscape/bat-file-correction into lp:~inkscape.dev/inkscape/trunk

Proposed by h-h-h
Status: Merged
Merged at revision: 14990
Proposed branch: lp:~h-h-h/inkscape/bat-file-correction
Merge into: lp:~inkscape.dev/inkscape/trunk
Diff against target: 10 lines (+1/-1)
1 file modified
configure.bat (+1/-1)
To merge this branch: bzr merge lp:~h-h-h/inkscape/bat-file-correction
Reviewer Review Type Date Requested Status
Mc code, untested Approve
Review via email: mp+297107@code.launchpad.net

Description of the change

The .bat script didn't run correctly.

To post a comment you must log in.
Revision history for this message
Mc (mc...) wrote :

Looks like a correct way to call things in windows [1].
Merging, thanks for the patch!

[1] http://ss64.com/nt/call.html

review: Approve (code, untested)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.bat'
2--- configure.bat 2016-04-16 15:59:22 +0000
3+++ configure.bat 2016-06-10 20:26:51 +0000
4@@ -1,5 +1,5 @@
5 REM Set the MinGW environment variables.
6-if "%MINGW_BIN%"=="" mingwenv.bat
7+if "%MINGW_BIN%"=="" call mingwenv.bat
8
9 REM Delete the CMake cache. Needed when changes on the CMakeLists should be applied in a consistent way.
10 del CMakeCache.txt