Browse Source

env.bat.tmpl: Deal with blanks in OSGEO4W_ROOT (#859)

Jürgen Fischer 5 years ago
parent
commit
3ea2136801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mswindows/osgeo4w/env.bat.tmpl

+ 1 - 1
mswindows/osgeo4w/env.bat.tmpl

@@ -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@