[GRASS-SVN] r74036 - grass/branches/releasebranch_7_6/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 28 01:46:15 PST 2019
Author: martinl
Date: 2019-01-28 01:46:15 -0800 (Mon, 28 Jan 2019)
New Revision: 74036
Modified:
grass/branches/releasebranch_7_6/mswindows/osgeo4w/grass.bat.tmpl
Log:
fix r74034: do not call py3_env.bat in g76, see #3724
Modified: grass/branches/releasebranch_7_6/mswindows/osgeo4w/grass.bat.tmpl
===================================================================
--- grass/branches/releasebranch_7_6/mswindows/osgeo4w/grass.bat.tmpl 2019-01-28 09:44:15 UTC (rev 74035)
+++ grass/branches/releasebranch_7_6/mswindows/osgeo4w/grass.bat.tmpl 2019-01-28 09:46:15 UTC (rev 74036)
@@ -9,11 +9,9 @@
rem Set environmental variables
rem
call "%~dp0\o4w_env.bat"
-call py3_env.bat
+call "%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@\etc\env.bat"
@echo off
-call %OSGEO4W_ROOT%\apps\grass\grass- at VERSION@\etc\env.bat
-
rem
rem Launch GRASS GIS
rem
More information about the grass-commit
mailing list