[GRASS-SVN] r37176 - grass/branches/develbranch_6/gui/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 12 01:29:48 EDT 2009


Author: hamish
Date: 2009-05-12 01:29:48 -0400 (Tue, 12 May 2009)
New Revision: 37176

Modified:
   grass/branches/develbranch_6/gui/scripts/g.change.gui.sh
Log:
revert local change

Modified: grass/branches/develbranch_6/gui/scripts/g.change.gui.sh
===================================================================
--- grass/branches/develbranch_6/gui/scripts/g.change.gui.sh	2009-05-12 05:25:40 UTC (rev 37175)
+++ grass/branches/develbranch_6/gui/scripts/g.change.gui.sh	2009-05-12 05:29:48 UTC (rev 37176)
@@ -41,11 +41,6 @@
     exit 1
 fi
 
-if [ ! -x "`which $(basename "$0")`" ] ; then
-    PATH="$PATH:$GISBASE/etc/gui/scripts"
-    export PATH
-fi
-
 if [ "$1" != "@ARGS_PARSED@" ] ; then
     exec g.parser "$0" "$@"
 fi



More information about the grass-commit mailing list