[GRASS-SVN] r48912 - grass/branches/releasebranch_6_4/macosx/app
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Oct 22 13:43:42 EDT 2011
Author: kyngchaos
Date: 2011-10-22 10:43:42 -0700 (Sat, 22 Oct 2011)
New Revision: 48912
Modified:
grass/branches/releasebranch_6_4/macosx/app/grass.sh.in
Log:
revert r48782
Modified: grass/branches/releasebranch_6_4/macosx/app/grass.sh.in
===================================================================
--- grass/branches/releasebranch_6_4/macosx/app/grass.sh.in 2011-10-22 17:41:37 UTC (rev 48911)
+++ grass/branches/releasebranch_6_4/macosx/app/grass.sh.in 2011-10-22 17:43:42 UTC (rev 48912)
@@ -42,9 +42,9 @@
# add some OS X style app support paths, and create user one if missing.
mkdir -p "$GISBASE_USER/Modules/bin"
if [ "$GRASS_ADDON_PATH" ] ; then
- GRASS_ADDON_PATH="$GRASS_ADDON_PATH:$GISBASE_USER/Modules:$GISBASE_SYSTEM/Modules"
+ GRASS_ADDON_PATH="$GRASS_ADDON_PATH:$GISBASE_USER/Modules/bin:$GISBASE_SYSTEM/Modules/bin"
else
- GRASS_ADDON_PATH="$GISBASE_USER/Modules:$GISBASE_SYSTEM/Modules"
+ GRASS_ADDON_PATH="$GISBASE_USER/Modules/bin:$GISBASE_SYSTEM/Modules/bin"
fi
export GRASS_ADDON_PATH
More information about the grass-commit
mailing list