[GRASS-SVN] r48783 - grass/branches/develbranch_6/macosx/app

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 13 09:51:53 EDT 2011


Author: kyngchaos
Date: 2011-10-13 06:51:53 -0700 (Thu, 13 Oct 2011)
New Revision: 48783

Modified:
   grass/branches/develbranch_6/macosx/app/grass.sh.in
Log:
missed a path in r48781

Modified: grass/branches/develbranch_6/macosx/app/grass.sh.in
===================================================================
--- grass/branches/develbranch_6/macosx/app/grass.sh.in	2011-10-13 13:50:40 UTC (rev 48782)
+++ grass/branches/develbranch_6/macosx/app/grass.sh.in	2011-10-13 13:51:53 UTC (rev 48783)
@@ -44,7 +44,7 @@
 if [ "$GRASS_ADDON_PATH" ] ; then
 	GRASS_ADDON_PATH="$GRASS_ADDON_PATH:$GISBASE_USER/Modules:$GISBASE_SYSTEM/Modules"
 else
-	GRASS_ADDON_PATH="$GISBASE_USER/Modules/bin:$GISBASE_SYSTEM/Modules"
+	GRASS_ADDON_PATH="$GISBASE_USER/Modules:$GISBASE_SYSTEM/Modules"
 fi
 export GRASS_ADDON_PATH
 



More information about the grass-commit mailing list