[GRASS-SVN] r36284 - grass/trunk/macosx/app

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 9 11:43:51 EDT 2009


Author: kyngchaos
Date: 2009-03-09 11:43:51 -0400 (Mon, 09 Mar 2009)
New Revision: 36284

Modified:
   grass/trunk/macosx/app/grass.sh.in
Log:
set GRASS_WXBUNDLED for bundling wxpython (from dev6 r36283)

Modified: grass/trunk/macosx/app/grass.sh.in
===================================================================
--- grass/trunk/macosx/app/grass.sh.in	2009-03-09 15:42:29 UTC (rev 36283)
+++ grass/trunk/macosx/app/grass.sh.in	2009-03-09 15:43:51 UTC (rev 36284)
@@ -126,6 +126,8 @@
 ### end X11 block
 
 # set PYTHONPATH for GUI when bundling wxpython
+GRASS_WXBUNDLED=
+export GRASS_WXBUNDLED
 if [ -d "$GISBASE/etc/wxpython" ] && [ "$GRASS_WXBUNDLED" = "1" ] ; then
 if [ "$PYTHONPATH" ] ; then
 	PYTHONPATH="$GISBASE/etc/wxpython:$PYTHONPATH"



More information about the grass-commit mailing list