[freenet-support] Fwd: OSX: os detection in run.sh cause the wrapper to fail
Christian Bolstad
kers at atdt.nu
Wed Jun 25 14:34:57 UTC 2008
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 <kers at atdt.nu>
Date: Mon, Jun 23, 2008 at 9:25 PM
Subject: OSX: os detection in run.sh cause the wrapper to fail
To: support at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://emu.freenetproject.org/pipermail/support/attachments/20080625/158cad47/attachment.htm
More information about the Support
mailing list