Skip to content

Commit

Permalink
env.bat.tmpl: Deal with blanks in OSGEO4W_ROOT (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 1, 2020
1 parent ccc5ca3 commit 3ea2136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mswindows/osgeo4w/env.bat.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ REM
REM Environmental variables for GRASS OSGeo4W installer
REM

call %OSGEO4W_ROOT%\bin\py3_env.bat
call "%OSGEO4W_ROOT%\bin\py3_env.bat"

set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass@POSTFIX@

Expand Down

0 comments on commit 3ea2136

Please sign in to comment.