[GRASS-SVN] r45244 -
grass/branches/develbranch_6/scripts/v.in.geonames
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 29 19:10:58 EST 2011
Author: neteler
Date: 2011-01-29 16:10:58 -0800 (Sat, 29 Jan 2011)
New Revision: 45244
Modified:
grass/branches/develbranch_6/scripts/v.in.geonames/v.in.geonames
Log:
quote variable
Modified: grass/branches/develbranch_6/scripts/v.in.geonames/v.in.geonames
===================================================================
--- grass/branches/develbranch_6/scripts/v.in.geonames/v.in.geonames 2011-01-30 00:10:48 UTC (rev 45243)
+++ grass/branches/develbranch_6/scripts/v.in.geonames/v.in.geonames 2011-01-30 00:10:58 UTC (rev 45244)
@@ -157,7 +157,7 @@
if [ $? -eq 0 ] ; then
# write cmd history:
- v.support $GIS_OPT_OUTPUT cmdhist="${CMDLINE}"
+ v.support "$GIS_OPT_OUTPUT" cmdhist="${CMDLINE}"
rm -f "${TMPFILE}.csv"
exit 0
fi
More information about the grass-commit
mailing list