Hello,
since a few days run.sh has been unable to load the wrapper correct for me
on my macbook running OS X Leopard (10.5).
I took a look at run.sh and found the error:

uname -s | tr [:upper:] [:lower:] | tr -d [:blank:]

(line 169)

returns "oarwin" since os x 'tr' got limited functionality. This cause
the script to fail matching against 'darwin' (line 179). Adding

    'oarwin')
        DIST_OS="macosx"
        ;;

Solved the problem.
_______________________________________________
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Reply via email to