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.<br><br>---------- Forwarded message ----------<br><div class="gmail_quote">From: <b class="gmail_sendername">Christian Bolstad</b> <<a href="mailto:kers@atdt.nu">kers@atdt.nu</a>><br>
Date: Mon, Jun 23, 2008 at 9:25 PM<br>Subject: OSX: os detection in run.sh cause the wrapper to fail<br>To: <a href="mailto:support@freenetproject.org">support@freenetproject.org</a><br><br><br>Hello,<div><br></div><div>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). </div>
<div>I took a look at run.sh and found the error: </div><div><br></div><div>
<div>uname -s | tr [:upper:] [:lower:] | tr -d [:blank:] </div><div><br></div><div>(line 169)</div><div><br></div><div>returns "oarwin" since os x 'tr' got limited functionality. This cause </div><div>the script to fail matching against 'darwin' (line 179). Adding </div>
<div><br></div><div><div> 'oarwin')</div><div> DIST_OS="macosx"</div><div> ;;</div><div><br></div><div>Solved the problem. </div><div><br></div><div><br></div><div><br></div></div></div>
</div><br>