Author: nextgens
Date: 2008-05-09 09:14:14 +0000 (Fri, 09 May 2008)
New Revision: 19871
Modified:
trunk/apps/new_installer/res/unix/bin/browse.sh
Log:
new_installer: disable last commit; it screw things up more than anything else
Modified: trunk/apps/new_installer/res/unix/bin/browse.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/browse.sh 2008-05-09 08:38:48 UTC
(rev 19870)
+++ trunk/apps/new_installer/res/unix/bin/browse.sh 2008-05-09 09:14:14 UTC
(rev 19871)
@@ -39,11 +39,12 @@
maybeCreateFFProfile "`which $name 2>/dev/null`"
done
- if test `uname -s` = "Darwin"
- then
- maybeCreateFFProfile
"$HOME/Applications/Firefox.app/Contents/MacOS/firefox"
- maybeCreateFFProfile
"/Applications/Firefox.app/Contents/MacOS/firefox"
- fi
+# it works but I need to figure out how to make -CreateProfile accept spaces
in the path
+# if test `uname -s` = "Darwin"
+# then
+# maybeCreateFFProfile
"$HOME/Applications/Firefox.app/Contents/MacOS/firefox"
+# maybeCreateFFProfile
"/Applications/Firefox.app/Contents/MacOS/firefox"
+# fi
echo The installer was unable to locate Mozilla Firefox on your computer
java -Djava.net.preferIPv4Stack=true -cp bin/browser.jar
BareBonesBrowserLaunch "$URL" &