[GRASS-SVN] r30306 - grass/branches/releasebranch_6_3/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 23 13:19:37 EST 2008
Author: neteler
Date: 2008-02-23 13:19:37 -0500 (Sat, 23 Feb 2008)
New Revision: 30306
Modified:
grass/branches/releasebranch_6_3/lib/init/init.sh
Log:
detect also firefox
Modified: grass/branches/releasebranch_6_3/lib/init/init.sh
===================================================================
--- grass/branches/releasebranch_6_3/lib/init/init.sh 2008-02-23 18:19:02 UTC (rev 30305)
+++ grass/branches/releasebranch_6_3/lib/init/init.sh 2008-02-23 18:19:37 UTC (rev 30306)
@@ -302,6 +302,9 @@
elif [ -f "$i/mozilla-firefox" ] ; then
GRASS_HTML_BROWSER=mozilla-firefox
break
+ elif [ -f "$i/firefox" ] ; then
+ GRASS_HTML_BROWSER=firefox
+ break
elif [ -f "$i/opera" ] ; then
GRASS_HTML_BROWSER=opera
break
More information about the grass-commit
mailing list