[GRASS-SVN] r34698 - grass/branches/develbranch_6/scripts/v.db.update

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 4 04:39:10 EST 2008


Author: hamish
Date: 2008-12-04 04:39:09 -0500 (Thu, 04 Dec 2008)
New Revision: 34698

Modified:
   grass/branches/develbranch_6/scripts/v.db.update/v.db.update
Log:
minor cosmetic formatting

Modified: grass/branches/develbranch_6/scripts/v.db.update/v.db.update
===================================================================
--- grass/branches/develbranch_6/scripts/v.db.update/v.db.update	2008-12-04 08:57:27 UTC (rev 34697)
+++ grass/branches/develbranch_6/scripts/v.db.update/v.db.update	2008-12-04 09:39:09 UTC (rev 34698)
@@ -124,8 +124,7 @@
    fi
 fi
 
-if [ -n "$GIS_OPT_WHERE" ]
-  then
+if [ -n "$GIS_OPT_WHERE" ] ; then
     echo "UPDATE $table SET $GIS_OPT_COLUMN=$value WHERE $GIS_OPT_WHERE" |
        db.execute database="${database}" driver=${driver}
 else



More information about the grass-commit mailing list