[GRASS-SVN] r36283 - grass/branches/develbranch_6/macosx/app
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 9 11:42:29 EDT 2009
Author: kyngchaos
Date: 2009-03-09 11:42:29 -0400 (Mon, 09 Mar 2009)
New Revision: 36283
Modified:
grass/branches/develbranch_6/macosx/app/grass.sh.in
Log:
set GRASS_WXBUNDLED for bundling wxpython
Modified: grass/branches/develbranch_6/macosx/app/grass.sh.in
===================================================================
--- grass/branches/develbranch_6/macosx/app/grass.sh.in 2009-03-09 15:05:40 UTC (rev 36282)
+++ grass/branches/develbranch_6/macosx/app/grass.sh.in 2009-03-09 15:42:29 UTC (rev 36283)
@@ -174,6 +174,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