[GRASS-SVN] r29855 - grass/branches/releasebranch_6_3/scripts/r.plane

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 27 05:18:28 EST 2008


Author: neteler
Date: 2008-01-27 05:18:28 -0500 (Sun, 27 Jan 2008)
New Revision: 29855

Modified:
   grass/branches/releasebranch_6_3/scripts/r.plane/r.plane
Log:
mesg bugfix (merge fro HEAD)

Modified: grass/branches/releasebranch_6_3/scripts/r.plane/r.plane
===================================================================
--- grass/branches/releasebranch_6_3/scripts/r.plane/r.plane	2008-01-27 10:17:53 UTC (rev 29854)
+++ grass/branches/releasebranch_6_3/scripts/r.plane/r.plane	2008-01-27 10:18:28 UTC (rev 29855)
@@ -162,7 +162,7 @@
 else
 	g.message -e "Sorry, point must be within current region"
 	g.message -e "Current region:"
-	g.message -e "west: "$w   "east: "$e
+	g.message -e "west: $w   east: $e"
 	exit 1
 fi
 
@@ -174,7 +174,7 @@
 else
 	g.message -e "Sorry, point must be within current region"
 	g.message -e "Current region:"
-	g.message -e "south: "$s   "north: "$n
+	g.message -e "south: $s   north: $n"
 	exit 1
 fi
 



More information about the grass-commit mailing list