[GRASS-SVN] r48911 - grass/branches/develbranch_6/macosx/app
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Oct 22 13:41:37 EDT 2011
Author: kyngchaos
Date: 2011-10-22 10:41:37 -0700 (Sat, 22 Oct 2011)
New Revision: 48911
Modified:
grass/branches/develbranch_6/macosx/app/grass.sh.in
Log:
revert r48781 & r48783
Modified: grass/branches/develbranch_6/macosx/app/grass.sh.in
===================================================================
--- grass/branches/develbranch_6/macosx/app/grass.sh.in 2011-10-22 16:23:28 UTC (rev 48910)
+++ grass/branches/develbranch_6/macosx/app/grass.sh.in 2011-10-22 17:41:37 UTC (rev 48911)
@@ -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