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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 12 08:35:06 PST 2016


Author: hellik
Date: 2016-01-12 08:35:06 -0800 (Tue, 12 Jan 2016)
New Revision: 67567

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

Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat	2016-01-12 16:19:15 UTC (rev 67566)
+++ grass/trunk/mswindows/env.bat	2016-01-12 16:35:06 UTC (rev 67567)
@@ -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