[GRASS-SVN] r53594 - grass-addons/grass6/imagery/i.landsat.dehaze

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 28 06:56:03 PDT 2012


Author: neteler
Date: 2012-10-28 06:56:03 -0700 (Sun, 28 Oct 2012)
New Revision: 53594

Modified:
   grass-addons/grass6/imagery/i.landsat.dehaze/i.landsat.dehaze
Log:
msg fix

Modified: grass-addons/grass6/imagery/i.landsat.dehaze/i.landsat.dehaze
===================================================================
--- grass-addons/grass6/imagery/i.landsat.dehaze/i.landsat.dehaze	2012-10-28 10:21:21 UTC (rev 53593)
+++ grass-addons/grass6/imagery/i.landsat.dehaze/i.landsat.dehaze	2012-10-28 13:56:03 UTC (rev 53594)
@@ -133,12 +133,12 @@
 #test for file:
 eval `g.findfile el=cell file=$GIS_OPT_band1`
 if [ ! "$file" ] ; then
-   echo "Raster map '$GIS_OPT_band1' not found in mapset search path"
+   echo "Raster map <$GIS_OPT_band1> not found"
    exit 1
 fi
 eval `g.findfile el=cell file=$GIS_OPT_tasscap4`
 if [ ! "$file" ] ; then
-   echo "Raster map '$GIS_OPT_tasscap4' not found in mapset search path"
+   echo "Raster map <$GIS_OPT_tasscap4> not found"
   echo "Did you run i.tasscap?"
   exit 1
 fi



More information about the grass-commit mailing list