[GRASS-SVN] r32310 - grass-addons/raster/r.out.gmt2
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 26 09:33:33 EDT 2008
Author: hcho
Date: 2008-07-26 09:33:33 -0400 (Sat, 26 Jul 2008)
New Revision: 32310
Modified:
grass-addons/raster/r.out.gmt2/r.out.gmt2
Log:
Fixed a message
Modified: grass-addons/raster/r.out.gmt2/r.out.gmt2
===================================================================
--- grass-addons/raster/r.out.gmt2/r.out.gmt2 2008-07-26 11:31:39 UTC (rev 32309)
+++ grass-addons/raster/r.out.gmt2/r.out.gmt2 2008-07-26 13:33:33 UTC (rev 32310)
@@ -104,6 +104,7 @@
export LC_NUMERIC=C
map_name="$GIS_OPT_INPUT"
+input_map="$map_name"
if [ -z "$GIS_OPT_OUTPUT" ]; then
output_base="$GIS_OPT_INPUT"
@@ -216,7 +217,7 @@
cat<<EOT > "$output_cpt"
#
# GMT colormap created by the `g.version` r.out.gmt2 script
-# from base map [$map_name]
+# from base map [$input_map]
# created by $USER@$HOSTNAME at `date`
#
# COLOR_MODEL = RGB
More information about the grass-commit
mailing list