[GRASS-SVN] r55212 - grass/branches/develbranch_6/scripts/v.report

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 25 14:32:15 PST 2013


Author: hamish
Date: 2013-02-25 14:32:15 -0800 (Mon, 25 Feb 2013)
New Revision: 55212

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

Modified: grass/branches/develbranch_6/scripts/v.report/v.report
===================================================================
--- grass/branches/develbranch_6/scripts/v.report/v.report	2013-02-25 22:30:37 UTC (rev 55211)
+++ grass/branches/develbranch_6/scripts/v.report/v.report	2013-02-25 22:32:15 UTC (rev 55212)
@@ -69,10 +69,6 @@
     exit 1
 fi
 
-### setup enviro vars ###
-eval `g.gisenv`
-: ${GISBASE?} ${GISDBASE?} ${LOCATION_NAME?} ${MAPSET?}
-LOCATION="$GISDBASE/$LOCATION_NAME/$MAPSET"
 
 ### trap <ctrl>-<c> so that we can clean up tmp and exit
 trap 'rm -f "$TMP1" "$TMP2" "$TMP3" "$TMP4"; exit 1' 2 3 15



More information about the grass-commit mailing list