[GRASS-SVN] r34286 - grass/branches/develbranch_6/scripts/d.rast.leg

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 14 08:26:38 EST 2008


Author: neteler
Date: 2008-11-14 08:26:38 -0500 (Fri, 14 Nov 2008)
New Revision: 34286

Modified:
   grass/branches/develbranch_6/scripts/d.rast.leg/d.rast.leg
Log:
quote string var

Modified: grass/branches/develbranch_6/scripts/d.rast.leg/d.rast.leg
===================================================================
--- grass/branches/develbranch_6/scripts/d.rast.leg/d.rast.leg	2008-11-14 12:36:45 UTC (rev 34285)
+++ grass/branches/develbranch_6/scripts/d.rast.leg/d.rast.leg	2008-11-14 13:26:38 UTC (rev 34286)
@@ -98,7 +98,7 @@
   FLIP="-f"
 fi
 
-if [ ! -z $GIS_OPT_TITLE ] ; then
+if [ ! -z "$GIS_OPT_TITLE" ] ; then
    MAPNAME="$GIS_OPT_TITLE"
 else
    MAPNAME="$GIS_OPT_MAP"



More information about the grass-commit mailing list