[GRASS-SVN] r67175 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 16 07:40:41 PST 2015


Author: martinl
Date: 2015-12-16 07:40:41 -0800 (Wed, 16 Dec 2015)
New Revision: 67175

Modified:
   grass/trunk/mswindows/env.bat
Log:
wingrass: don't try to launch R if not available

Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat	2015-12-16 15:38:55 UTC (rev 67174)
+++ grass/trunk/mswindows/env.bat	2015-12-16 15:40:41 UTC (rev 67175)
@@ -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