[GRASS-SVN] r67474 - grass/branches/releasebranch_7_0/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 3 13:04:35 PST 2016
Author: hellik
Date: 2016-01-03 13:04:35 -0800 (Sun, 03 Jan 2016)
New Revision: 67474
Modified:
grass/branches/releasebranch_7_0/mswindows/env.bat
Log:
winGRASS-R-integration: fix check R installation (from trunk r67473)
Modified: grass/branches/releasebranch_7_0/mswindows/env.bat
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/env.bat 2016-01-03 20:57:30 UTC (rev 67473)
+++ grass/branches/releasebranch_7_0/mswindows/env.bat 2016-01-03 21:04:35 UTC (rev 67474)
@@ -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