[GRASS-SVN] r49595 - grass/branches/releasebranch_6_4/scripts/g.extension

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 7 02:22:00 EST 2011


Author: hamish
Date: 2011-12-06 23:22:00 -0800 (Tue, 06 Dec 2011)
New Revision: 49595

Modified:
   grass/branches/releasebranch_6_4/scripts/g.extension/g.extension
Log:
correct raster3d name (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/scripts/g.extension/g.extension
===================================================================
--- grass/branches/releasebranch_6_4/scripts/g.extension/g.extension	2011-12-07 07:21:30 UTC (rev 49594)
+++ grass/branches/releasebranch_6_4/scripts/g.extension/g.extension	2011-12-07 07:22:00 UTC (rev 49595)
@@ -145,7 +145,7 @@
   elif [ "$1" = "r" ]  ; then
     echo "raster"
   elif [ "$1" = "r3" ]  ; then
-    echo "raster3D"
+    echo "raster3d"
 #  elif [ "$1" = "s" ]  ; then
 #    echo "sites"
   elif [ "$1" = "v" ]  ; then



More information about the grass-commit mailing list