[GRASS-SVN] r66850 - in grass/branches/releasebranch_7_0/mswindows: . osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 16 05:10:41 PST 2015
Author: neteler
Date: 2015-11-16 05:10:41 -0800 (Mon, 16 Nov 2015)
New Revision: 66850
Modified:
grass/branches/releasebranch_7_0/mswindows/env.bat
grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl
Log:
env.bat.tmpl: set RStudio temporarily to %PATH% if it exists for OSGeo4W-wingrass (trunk, r66840); fix spurious trailing white space
Modified: grass/branches/releasebranch_7_0/mswindows/env.bat
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/env.bat 2015-11-16 13:07:30 UTC (rev 66849)
+++ grass/branches/releasebranch_7_0/mswindows/env.bat 2015-11-16 13:10:41 UTC (rev 66850)
@@ -11,7 +11,7 @@
set GRASS_PROJSHARE=%GISBASE%\share\proj
-set PROJ_LIB=%GISBASE%\share\proj
+set PROJ_LIB=%GISBASE%\share\proj
set GDAL_DATA=%GISBASE%\share\gdal
set GEOTIFF_CSV=%GISBASE%\share\epsg_csv
Modified: grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl 2015-11-16 13:07:30 UTC (rev 66849)
+++ grass/branches/releasebranch_7_0/mswindows/osgeo4w/env.bat.tmpl 2015-11-16 13:10:41 UTC (rev 66850)
@@ -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