[GRASS-SVN] r34881 - grass/branches/develbranch_6/scripts/v.to.3d
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 14 14:53:45 EST 2008
Author: martinl
Date: 2008-12-14 14:53:45 -0500 (Sun, 14 Dec 2008)
New Revision: 34881
Modified:
grass/branches/develbranch_6/scripts/v.to.3d/v.to.3d
Log:
v.to.3d: add missing parameter key (cosmetics)
Modified: grass/branches/develbranch_6/scripts/v.to.3d/v.to.3d
===================================================================
--- grass/branches/develbranch_6/scripts/v.to.3d/v.to.3d 2008-12-14 19:45:22 UTC (rev 34880)
+++ grass/branches/develbranch_6/scripts/v.to.3d/v.to.3d 2008-12-14 19:53:45 UTC (rev 34881)
@@ -79,7 +79,7 @@
exec g.parser "$0" "$@"
fi
-map3d=` v.info "$GIS_OPT_INPUT" -t | grep map3d | cut -d'=' -f2`
+map3d=` v.info map="$GIS_OPT_INPUT" -t | grep map3d | cut -d'=' -f2`
if [ "$map3d" -eq "1" ] ; then
g.message -e "Vector map <$GIS_OPT_INPUT> is 3D"
More information about the grass-commit
mailing list