[GRASS-SVN] r30123 - grass/trunk/scripts/d.vect.thematic
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 13 19:25:36 EST 2008
Author: hamish
Date: 2008-02-13 19:25:36 -0500 (Wed, 13 Feb 2008)
New Revision: 30123
Modified:
grass/trunk/scripts/d.vect.thematic/d.vect.thematic
Log:
quote variables
Modified: grass/trunk/scripts/d.vect.thematic/d.vect.thematic
===================================================================
--- grass/trunk/scripts/d.vect.thematic/d.vect.thematic 2008-02-14 00:23:32 UTC (rev 30122)
+++ grass/trunk/scripts/d.vect.thematic/d.vect.thematic 2008-02-14 00:25:36 UTC (rev 30123)
@@ -315,12 +315,8 @@
cleanup()
{
- \rm -f $TMP1 $TMP1.sort
- \rm -f $TMP2 $TMP2.sort
- \rm -f $TMP3 $TMP3.sort
- \rm -f $TMP4 $TMP4.sort
- \rm -f $TMP5 $TMP5.sort
- \rm -f $TMP6 $TMP6.sort
+ \rm -f "$TMP1" "$TMP1.sort" "$TMP2" "$TMP2.sort" "$TMP3" "$TMP3.sort" \
+ "$TMP4" "$TMP4.sort" "$TMP5" "$TMP5.sort" "$TMP6" "$TMP6.sort"
}
# what to do in case of user break:
More information about the grass-commit
mailing list