It looks like it never came trough the spam filter even though I'm
subscribed. So here it is again, I'm sorry if I'm creating dupes.

---------- Forwarded message ----------
From: Christian Bolstad <[EMAIL PROTECTED]>
Date: Mon, Jun 23, 2008 at 9:25 PM
Subject: OSX: os detection in run.sh cause the wrapper to fail
To: support@freenetproject.org


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