[GRASS-SVN] r40267 -
grass/branches/develbranch_6/scripts/v.db.droptable
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 5 18:58:27 EST 2010
Author: hamish
Date: 2010-01-05 18:58:27 -0500 (Tue, 05 Jan 2010)
New Revision: 40267
Modified:
grass/branches/develbranch_6/scripts/v.db.droptable/v.db.droptable
Log:
variables need caps on wingrass
Modified: grass/branches/develbranch_6/scripts/v.db.droptable/v.db.droptable
===================================================================
--- grass/branches/develbranch_6/scripts/v.db.droptable/v.db.droptable 2010-01-05 23:49:33 UTC (rev 40266)
+++ grass/branches/develbranch_6/scripts/v.db.droptable/v.db.droptable 2010-01-05 23:58:27 UTC (rev 40267)
@@ -105,7 +105,7 @@
g.message "Removing table <$table> linked to layer <$GIS_OPT_LAYER> of vector map <$GIS_OPT_MAP>"
-if [ $GIS_FLAG_f -eq 0 ] ; then
+if [ $GIS_FLAG_F -eq 0 ] ; then
g.message "You must use the force flag to actually remove the table. Exiting."
exit 0
else
More information about the grass-commit
mailing list