[GRASS-SVN] r30158 - grass/trunk/scripts/v.db.addtable
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 14 15:53:06 EST 2008
Author: glynn
Date: 2008-02-14 15:53:05 -0500 (Thu, 14 Feb 2008)
New Revision: 30158
Modified:
grass/trunk/scripts/v.db.addtable/v.db.addtable
Log:
Revert attempt to hide bug
Modified: grass/trunk/scripts/v.db.addtable/v.db.addtable
===================================================================
--- grass/trunk/scripts/v.db.addtable/v.db.addtable 2008-02-14 20:51:06 UTC (rev 30157)
+++ grass/trunk/scripts/v.db.addtable/v.db.addtable 2008-02-14 20:53:05 UTC (rev 30158)
@@ -87,8 +87,6 @@
if [ ! "$file" ] ; then
g.message -e "Vector map '$GIS_OPT_MAP' not found in current mapset"
exit 1
-else
- MAP_NAME=`echo "$GIS_OPT_MAP" | cut -f1 -d'@'`
fi
if [ -z "$GIS_OPT_TABLE" ] ; then
More information about the grass-commit
mailing list