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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 3 12:57:30 PST 2016


Author: hellik
Date: 2016-01-03 12:57:30 -0800 (Sun, 03 Jan 2016)
New Revision: 67473

Modified:
   grass/trunk/mswindows/env.bat
Log:
winGRASS-R-integration: fix check R installation

Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat	2016-01-02 16:22:41 UTC (rev 67472)
+++ grass/trunk/mswindows/env.bat	2016-01-03 20:57:30 UTC (rev 67473)
@@ -19,4 +19,4 @@
 
 REM set R temporarily to %PATH%
 
-IF EXIST "%GISBASE%\extrabin\R.exe" %GISBASE%\extrabin\R path
+IF EXIST "%ProgramFiles%\R\" %GISBASE%\extrabin\R path



More information about the grass-commit mailing list