[GRASS-SVN] r55224 - grass/branches/develbranch_6/scripts/v.in.e00

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 25 15:40:16 PST 2013


Author: hamish
Date: 2013-02-25 15:40:16 -0800 (Mon, 25 Feb 2013)
New Revision: 55224

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

Modified: grass/branches/develbranch_6/scripts/v.in.e00/v.in.e00
===================================================================
--- grass/branches/develbranch_6/scripts/v.in.e00/v.in.e00	2013-02-25 23:36:20 UTC (rev 55223)
+++ grass/branches/develbranch_6/scripts/v.in.e00/v.in.e00	2013-02-25 23:40:16 UTC (rev 55224)
@@ -65,8 +65,6 @@
     exec g.parser "$0" "$@"
 fi
 
-PROG=`basename "$0"`
-
 #### check if we have awk
 if [ ! -x "`which awk`" ] ; then
     g.message -e "awk required, please install awk or gawk first"
@@ -78,10 +76,6 @@
 LC_NUMERIC=C
 export LC_NUMERIC
 
-eval `g.gisenv`
-: ${GISBASE?} ${GISDBASE?} ${LOCATION_NAME?} ${MAPSET?}
-LOCATION="$GISDBASE"/"$LOCATION_NAME"/"$MAPSET"
-
 E00TMP=$$
 
 #### check for avcimport 



More information about the grass-commit mailing list