Skip to content

Commit c797895

Browse files
committedOct 3, 2013
osgeo4w: move system directories to end of PATH (fixes #8629)
1 parent 22e11ba commit c797895

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎ms-windows/osgeo4w/browser.bat.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
call "%~dp0\o4w_env.bat"
33
call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
44
@echo off
5-
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib
5+
path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%PATH%
66
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
77
start "QGIS Browser" /B "%OSGEO4W_ROOT%"\bin\@package@-browser-bin.exe %*

‎ms-windows/osgeo4w/qgis.bat.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
call "%~dp0\o4w_env.bat"
33
call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
44
@echo off
5-
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib
5+
path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%PATH%
66
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
77
set GDAL_FILENAME_IS_UTF8=YES
88
rem Set VSI cache to be used as buffer, see #6448

0 commit comments

Comments
 (0)
Please sign in to comment.