[GRASS-SVN] r67176 - grass/branches/releasebranch_7_0/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 16 07:41:59 PST 2015
Author: martinl
Date: 2015-12-16 07:41:59 -0800 (Wed, 16 Dec 2015)
New Revision: 67176
Modified:
grass/branches/releasebranch_7_0/mswindows/env.bat
Log:
wingrass: don't try to launch R if not available
(merge r67175 from trunk)
Modified: grass/branches/releasebranch_7_0/mswindows/env.bat
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/env.bat 2015-12-16 15:40:41 UTC (rev 67175)
+++ grass/branches/releasebranch_7_0/mswindows/env.bat 2015-12-16 15:41:59 UTC (rev 67176)
@@ -19,5 +19,4 @@
REM set R temporarily to %PATH%
-cd %GISBASE%\extrabin
-R path
+IF EXIST "%GISBASE%\extrabin\R.exe" %GISBASE%\extrabin\R path
More information about the grass-commit
mailing list