[GRASS-SVN] r48521 -
grass/branches/develbranch_6/scripts/g.extension
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 28 03:33:47 EDT 2011
Author: hamish
Date: 2011-09-28 00:33:46 -0700 (Wed, 28 Sep 2011)
New Revision: 48521
Modified:
grass/branches/develbranch_6/scripts/g.extension/g.extension
Log:
message cosmetics
Modified: grass/branches/develbranch_6/scripts/g.extension/g.extension
===================================================================
--- grass/branches/develbranch_6/scripts/g.extension/g.extension 2011-09-28 07:15:42 UTC (rev 48520)
+++ grass/branches/develbranch_6/scripts/g.extension/g.extension 2011-09-28 07:33:46 UTC (rev 48521)
@@ -382,9 +382,10 @@
cleanup
g.message message=""
-g.message message="Installation of <$MODULE> in <$MYINST_DIR> successfully finished."
+g.message message="Installation of <$MODULE> in <$MYINST_DIR> complete."
if [ -n "$ADDON_PATH_EMPTY" ] && [ "$GIS_FLAG_S" -eq 0 ] ; then
+ g.message message=""
g.message -w message='This add-on module will not function until you set the GRASS_ADDON_PATH environment variable (see "g.manual variables")'
fi
More information about the grass-commit
mailing list