[GRASS-SVN] r67576 - grass/branches/releasebranch_7_0/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 13 01:36:29 PST 2016


Author: hellik
Date: 2016-01-13 01:36:29 -0800 (Wed, 13 Jan 2016)
New Revision: 67576

Modified:
   grass/branches/releasebranch_7_0/mswindows/env.bat
Log:
env.bat: R-winGRASS coupling - improve adding R-installation path to %PATH% (trunk r67567)

Modified: grass/branches/releasebranch_7_0/mswindows/env.bat
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/env.bat	2016-01-13 09:20:46 UTC (rev 67575)
+++ grass/branches/releasebranch_7_0/mswindows/env.bat	2016-01-13 09:36:29 UTC (rev 67576)
@@ -19,4 +19,4 @@
 
 REM set R temporarily to %PATH%
 
-IF EXIST "%ProgramFiles%\R\" %GISBASE%\extrabin\R path
+IF EXIST "%ProgramFiles%\R\" ("%GISBASE%\extrabin\R" path)



More information about the grass-commit mailing list