[GRASS-SVN] r55218 - grass/branches/develbranch_6/scripts/i.in.spotvgt

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 25 15:09:39 PST 2013


Author: hamish
Date: 2013-02-25 15:09:39 -0800 (Mon, 25 Feb 2013)
New Revision: 55218

Modified:
   grass/branches/develbranch_6/scripts/i.in.spotvgt/i.in.spotvgt
Log:
better handle spaces in GISDBASE (#1683), remove unused variables

Modified: grass/branches/develbranch_6/scripts/i.in.spotvgt/i.in.spotvgt
===================================================================
--- grass/branches/develbranch_6/scripts/i.in.spotvgt/i.in.spotvgt	2013-02-25 23:07:48 UTC (rev 55217)
+++ grass/branches/develbranch_6/scripts/i.in.spotvgt/i.in.spotvgt	2013-02-25 23:09:39 UTC (rev 55218)
@@ -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