Author: nextgens
Date: 2008-05-09 08:04:48 +0000 (Fri, 09 May 2008)
New Revision: 19868

Modified:
   trunk/apps/new_installer/res/unix/bin/browse.sh
Log:
new_installer: use the proper test here; macos seems to return 'no firefox 
found in /bin' otherwise

Modified: trunk/apps/new_installer/res/unix/bin/browse.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/browse.sh     2008-05-09 07:27:26 UTC 
(rev 19867)
+++ trunk/apps/new_installer/res/unix/bin/browse.sh     2008-05-09 08:04:48 UTC 
(rev 19868)
@@ -24,7 +24,7 @@
        for name in $POSSIBLE_NAMES
        do
                TRY="`which $name`"
-               if test -n "$TRY"
+               if test -x "$TRY"
                then
                        echo "$TRY" > firefox.location
                        echo Firefox found, creating a profile for freenet


Reply via email to