Skip to content

Commit

Permalink
osgeo4w: include grass bin directory in PATH
Browse files Browse the repository at this point in the history
(cherry picked from commit 23cdda21c85acf3bdc2e0f1d5a3c7f7ef5a1e732)
  • Loading branch information
jef-n committed Jan 22, 2016
1 parent ac77a34 commit 244f83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/qgis-grass.bat.tmpl
Expand Up @@ -2,7 +2,7 @@
call "%~dp0\o4w_env.bat"
call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
@echo off
path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%PATH%
path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\bin;%PATH%
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
set GDAL_FILENAME_IS_UTF8=YES
rem Set VSI cache to be used as buffer, see #6448
Expand Down

0 comments on commit 244f83e

Please sign in to comment.