[GRASS-SVN] r66840 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 15 16:13:21 PST 2015


Author: hellik
Date: 2015-11-15 16:13:21 -0800 (Sun, 15 Nov 2015)
New Revision: 66840

Modified:
   grass/trunk/mswindows/osgeo4w/env.bat.tmpl
Log:
env.bat.tmpl: set RStudio temporarily to %PATH% if it exists for OSGeo4W-wingrass

Modified: grass/trunk/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/env.bat.tmpl	2015-11-15 22:01:14 UTC (rev 66839)
+++ grass/trunk/mswindows/osgeo4w/env.bat.tmpl	2015-11-16 00:13:21 UTC (rev 66840)
@@ -17,3 +17,7 @@
 set GEOTIFF_CSV=%OSGEO4W_ROOT%\share\epsg_csv
 
 set PATH=%OSGEO4W_ROOT%\apps\msys\bin;%PATH%
+
+REM set RStudio temporarily to %PATH% if it exists 
+
+IF EXIST "%ProgramFiles%\RStudio\bin\rstudio.exe" set PATH=%PATH%;%ProgramFiles%\RStudio\bin



More information about the grass-commit mailing list