Explorar o código

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

Jürgen Fischer %!s(int64=4) %!d(string=hai) anos
pai
achega
3ea2136801
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 Environmental variables for GRASS OSGeo4W installer
 REM
 REM
 
 
-call %OSGEO4W_ROOT%\bin\py3_env.bat
+call "%OSGEO4W_ROOT%\bin\py3_env.bat"
 
 
 set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass@POSTFIX@
 set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass@POSTFIX@