[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with firefox



1 #!/bin/sh
2 ARGS=""
3 for i in "$@" ; do
4        ARGS="$ARGS '$i'"
5 done
6 exec dchroot -c ia32 -d "`basename $TEST`" "$ARGS"

i changed the line 4 to
        ARGS="$ARGS $i"
and it worked again

"The URL is not valid and cannot be loaded".
The problem comes from "http://";, if I simply write www.yahoo.com, it
works, but then firefox tells this address can't be found.



Reply to: