Skip to content

Commit 78d5ff5

Browse files
committedNov 7, 2012
osgeo4w: fix crssync run if installed into a directory with blanks
1 parent 44753cb commit 78d5ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
22
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin
33
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
4-
%OSGEO4W_ROOT%\apps\@package@\crssync
4+
"%OSGEO4W_ROOT%"\apps\@package@\crssync

‎ms-windows/osgeo4w/postinstall-dev.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ set OSGEO4W_ROOT=%O4W_ROOT%
1818
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
1919
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin
2020
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
21-
%OSGEO4W_ROOT%\apps\@package@\crssync
21+
"%OSGEO4W_ROOT%"\apps\@package@\crssync

0 commit comments

Comments
 (0)
Please sign in to comment.