Skip to content

Commit 6b192c2

Browse files
committedJan 22, 2016
osgeo4w: also include grass bin directory in PATH for browser (followup 71d487c)
(cherry picked from commit 6945647841b79bd8a465f91931876f7c2441f064)
1 parent 71d487c commit 6b192c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ms-windows/osgeo4w/browser-grass.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 %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%PATH%
5+
path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\bin;%PATH%
66
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
77
start "QGIS Browser" /B "%OSGEO4W_ROOT%"\bin\@package@-browser-bin.exe %*

0 commit comments

Comments
 (0)
Please sign in to comment.