Author: toad
Date: 2009-01-17 18:09:54 +0000 (Sat, 17 Jan 2009)
New Revision: 25106

Modified:
   trunk/apps/new_installer/res/unix/bin/browse.sh
Log:
Doh!


Modified: trunk/apps/new_installer/res/unix/bin/browse.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/browse.sh     2009-01-17 18:01:59 UTC 
(rev 25105)
+++ trunk/apps/new_installer/res/unix/bin/browse.sh     2009-01-17 18:09:54 UTC 
(rev 25106)
@@ -11,9 +11,9 @@
 
 if test $# -lt 1
 then
-       URL="http://127.0.0.1:8888";
+       URL="`cat freenet.url.dat`"
 else
-       URL="`cat freenet.url.dat`"
+       URL="$1"
 fi
 
 java -Djava.net.preferIPv4Stack=true -cp bin/browser.jar 
BareBonesBrowserLaunch "$URL" &

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to