[GRASS-SVN] r55211 - grass/branches/develbranch_6/scripts/v.out.gpsbabel

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 25 14:30:37 PST 2013


Author: hamish
Date: 2013-02-25 14:30:37 -0800 (Mon, 25 Feb 2013)
New Revision: 55211

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

Modified: grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel
===================================================================
--- grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel	2013-02-25 22:28:51 UTC (rev 55210)
+++ grass/branches/develbranch_6/scripts/v.out.gpsbabel/v.out.gpsbabel	2013-02-25 22:30:37 UTC (rev 55211)
@@ -120,12 +120,7 @@
 LC_NUMERIC=C
 export LC_NUMERIC
 
-eval `g.gisenv`
-: ${GISBASE?} ${GISDBASE?} ${LOCATION_NAME?} ${MAPSET?}
-LOCATION="$GISDBASE"/"$LOCATION_NAME"/"$MAPSET"
 
-PROG=`basename "$0"`
-
 #### check for gpsbabel 
 if [ ! -x "`which gpsbabel`" ] ; then
     g.message -e "The gpsbabel program was not found, please install it first.



More information about the grass-commit mailing list