[GRASS-SVN] r29451 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 16 16:36:20 EST 2007


Author: hamish
Date: 2007-12-16 16:36:20 -0500 (Sun, 16 Dec 2007)
New Revision: 29451

Modified:
   grass/trunk/lib/init/init.sh
Log:
newer firefoxes ship without moz- in exe name


Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh	2007-12-16 17:54:36 UTC (rev 29450)
+++ grass/trunk/lib/init/init.sh	2007-12-16 21:36:20 UTC (rev 29451)
@@ -301,6 +301,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