[GRASS-SVN] r34958 - grass/branches/develbranch_6/scripts/v.dissolve

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 20 12:07:13 EST 2008


Author: martinl
Date: 2008-12-20 12:07:13 -0500 (Sat, 20 Dec 2008)
New Revision: 34958

Modified:
   grass/branches/develbranch_6/scripts/v.dissolve/v.dissolve
Log:
use " instead of '


Modified: grass/branches/develbranch_6/scripts/v.dissolve/v.dissolve
===================================================================
--- grass/branches/develbranch_6/scripts/v.dissolve/v.dissolve	2008-12-20 17:05:51 UTC (rev 34957)
+++ grass/branches/develbranch_6/scripts/v.dissolve/v.dissolve	2008-12-20 17:07:13 UTC (rev 34958)
@@ -104,7 +104,7 @@
 
    table=`v.db.connect $GIS_OPT_INPUT -g fs=";" | grep -w $GIS_OPT_LAYER | awk -F ";" '{print $2}'`
    if [ -z "$table" ] ; then
-      g.message -e 'Database connection not defined for layer $GIS_OPT_LAYER'
+      g.message -e "Database connection not defined for layer $GIS_OPT_LAYER"
       exit 1
    fi
    v.reclass input="$GIS_OPT_INPUT" output="$GIS_OPT_OUTPUT"_${TMP} layer="$GIS_OPT_LAYER" \



More information about the grass-commit mailing list