[GRASS-SVN] r45243 -
grass/branches/releasebranch_6_4/scripts/v.in.geonames
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 29 19:10:48 EST 2011
Author: neteler
Date: 2011-01-29 16:10:48 -0800 (Sat, 29 Jan 2011)
New Revision: 45243
Modified:
grass/branches/releasebranch_6_4/scripts/v.in.geonames/v.in.geonames
Log:
quote variable
Modified: grass/branches/releasebranch_6_4/scripts/v.in.geonames/v.in.geonames
===================================================================
--- grass/branches/releasebranch_6_4/scripts/v.in.geonames/v.in.geonames 2011-01-28 16:45:03 UTC (rev 45242)
+++ grass/branches/releasebranch_6_4/scripts/v.in.geonames/v.in.geonames 2011-01-30 00:10:48 UTC (rev 45243)
@@ -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