[GRASS-SVN] r57579 - grass/branches/releasebranch_6_4/scripts/i.in.spotvgt

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 1 00:14:21 PDT 2013


Author: hamish
Date: 2013-09-01 00:14:21 -0700 (Sun, 01 Sep 2013)
New Revision: 57579

Modified:
   grass/branches/releasebranch_6_4/scripts/i.in.spotvgt/i.in.spotvgt
Log:
better handle spaces in GISDBASE (#1683), remove unused variables (merge r55218 from devbr6)

Modified: grass/branches/releasebranch_6_4/scripts/i.in.spotvgt/i.in.spotvgt
===================================================================
--- grass/branches/releasebranch_6_4/scripts/i.in.spotvgt/i.in.spotvgt	2013-09-01 07:07:15 UTC (rev 57578)
+++ grass/branches/releasebranch_6_4/scripts/i.in.spotvgt/i.in.spotvgt	2013-09-01 07:14:21 UTC (rev 57579)
@@ -79,11 +79,7 @@
 LC_NUMERIC=C
 export LC_NUMERIC
 
-eval `g.gisenv`
-: ${GISBASE?} ${GISDBASE?} ${LOCATION_NAME?} ${MAPSET?}
-LOCATION="$GISDBASE"/"$LOCATION_NAME"/"$MAPSET"
 
-
 #### check for gdalinfo (just to check if installation is complete)
 if [ ! -x "`which gdalinfo`" ] ; then
     g.message -e "'gdalinfo' not found, install GDAL tools first (http://www.gdal.org)"



More information about the grass-commit mailing list