[GRASS-SVN] r30130 - grass/trunk/scripts/r.univar.sh
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 13 19:50:57 EST 2008
Author: hamish
Date: 2008-02-13 19:50:57 -0500 (Wed, 13 Feb 2008)
New Revision: 30130
Modified:
grass/trunk/scripts/r.univar.sh/r.univar.sh
Log:
quote variables
Modified: grass/trunk/scripts/r.univar.sh/r.univar.sh
===================================================================
--- grass/trunk/scripts/r.univar.sh/r.univar.sh 2008-02-14 00:49:42 UTC (rev 30129)
+++ grass/trunk/scripts/r.univar.sh/r.univar.sh 2008-02-14 00:50:57 UTC (rev 30130)
@@ -74,7 +74,7 @@
cleanup()
{
- \rm -f $TMP $TMP.sort
+ \rm -f "$TMP" "$TMP.sort"
}
# what to do in case of user break:
More information about the grass-commit
mailing list