[GRASS-SVN] r32337 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 27 13:09:03 EDT 2008
Author: glynn
Date: 2008-07-27 13:09:03 -0400 (Sun, 27 Jul 2008)
New Revision: 32337
Modified:
grass/trunk/lib/init/init.sh
Log:
Remove OSX hack
Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh 2008-07-27 16:42:06 UTC (rev 32336)
+++ grass/trunk/lib/init/init.sh 2008-07-27 17:09:03 UTC (rev 32337)
@@ -800,18 +800,10 @@
# Check for tcltk interface
tcltk | gis.m)
- if [ "$osxaqua" ] ; then
- "$GISBASE/scripts/gis.m" | sh &
- else
- "$GISBASE/scripts/gis.m"
- fi
+ "$GISBASE/scripts/gis.m"
;;
oldtcltk | d.m)
- if [ "$osxaqua" ] ; then
- "$GISBASE/scripts/d.m" | sh &
- else
- "$GISBASE/scripts/d.m"
- fi
+ "$GISBASE/scripts/d.m"
;;
wxpython)
"$GISBASE/etc/wxpython/scripts/wxgui"
More information about the grass-commit
mailing list