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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 8 03:54:29 PST 2015


Author: hellik
Date: 2015-11-08 03:54:29 -0800 (Sun, 08 Nov 2015)
New Revision: 66766

Modified:
   grass/trunk/mswindows/env.bat
Log:
env.bat: fix R temporarily set to %PATH% in windows

Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat	2015-11-08 03:30:53 UTC (rev 66765)
+++ grass/trunk/mswindows/env.bat	2015-11-08 11:54:29 UTC (rev 66766)
@@ -18,3 +18,8 @@
 set PATH=%GISBASE%\msys\bin;%PATH%
 set PATH=%GISBASE%\extrabin;%PATH%
 set PATH=%GISBASE%\bin;%PATH%
+
+REM set R temporarily to %PATH%
+
+cd %GISBASE%\extrabin
+R path
\ No newline at end of file



More information about the grass-commit mailing list