[GRASS-SVN] r50655 - grass/branches/develbranch_6/scripts/d.polar

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 5 01:52:48 EST 2012


Author: hamish
Date: 2012-02-04 22:52:48 -0800 (Sat, 04 Feb 2012)
New Revision: 50655

Modified:
   grass/branches/develbranch_6/scripts/d.polar/d.polar
Log:
minor error message uppercase

Modified: grass/branches/develbranch_6/scripts/d.polar/d.polar
===================================================================
--- grass/branches/develbranch_6/scripts/d.polar/d.polar	2012-02-05 06:49:25 UTC (rev 50654)
+++ grass/branches/develbranch_6/scripts/d.polar/d.polar	2012-02-05 06:52:48 UTC (rev 50655)
@@ -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