[GRASS-SVN] r57563 - grass/branches/releasebranch_6_4/scripts/d.polar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 31 23:03:05 PDT 2013
Author: hamish
Date: 2013-08-31 23:03:05 -0700 (Sat, 31 Aug 2013)
New Revision: 57563
Modified:
grass/branches/releasebranch_6_4/scripts/d.polar/d.polar
Log:
minor error message uppercase (merge r50655 from devbr6)
Modified: grass/branches/releasebranch_6_4/scripts/d.polar/d.polar
===================================================================
--- grass/branches/releasebranch_6_4/scripts/d.polar/d.polar 2013-09-01 06:01:32 UTC (rev 57562)
+++ grass/branches/releasebranch_6_4/scripts/d.polar/d.polar 2013-09-01 06:03:05 UTC (rev 57563)
@@ -88,7 +88,7 @@
TEMPFILE="`g.tempfile pid=$$`"
if [ $? -ne 0 ] || [ -z "$TEMPFILE" ] ; then
- g.message -e "unable to create temporary files"
+ g.message -e "Unable to create temporary files"
exit 1
fi
#TEMPFILE=`dirname $TEMPFILE`
More information about the grass-commit
mailing list