[GRASS-SVN] r41394 - in grass-addons/raster: r.out.gmt r.out.gmt2
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 12 07:54:51 EST 2010
Author: hamish
Date: 2010-03-12 07:54:51 -0500 (Fri, 12 Mar 2010)
New Revision: 41394
Modified:
grass-addons/raster/r.out.gmt/r.out.gmt
grass-addons/raster/r.out.gmt2/r.out.gmt2
Log:
typo in last commit
Modified: grass-addons/raster/r.out.gmt/r.out.gmt
===================================================================
--- grass-addons/raster/r.out.gmt/r.out.gmt 2010-03-12 12:51:27 UTC (rev 41393)
+++ grass-addons/raster/r.out.gmt/r.out.gmt 2010-03-12 12:54:51 UTC (rev 41394)
@@ -199,7 +199,7 @@
echo "#" >> "$OUTPUT_CPT"
echo "# COLOR_MODEL = RGB" >> "$OUTPUT_CPT"
- if [ `grep -c ':' "$COLR_FILE"` -eq 0 ] then
+ if [ `grep -c ':' "$COLR_FILE"` -eq 0 ] ; then
g.message -w "Old-style colr files not yet supported. CPT file will be bogus."
# e.g. streams at spearfish
fi
Modified: grass-addons/raster/r.out.gmt2/r.out.gmt2
===================================================================
--- grass-addons/raster/r.out.gmt2/r.out.gmt2 2010-03-12 12:51:27 UTC (rev 41393)
+++ grass-addons/raster/r.out.gmt2/r.out.gmt2 2010-03-12 12:54:51 UTC (rev 41394)
@@ -236,7 +236,7 @@
# COLOR_MODEL = RGB
EOT
- if [ `grep -c ':' "$colr_file"` -eq 0 ] then
+ if [ `grep -c ':' "$colr_file"` -eq 0 ] ; then
g.message -w "Old-style colr files not yet supported. CPT file will be bogus."
# e.g. streams at spearfish
fi
More information about the grass-commit
mailing list