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).&nbsp;</div><div>I took a look at run.sh and found the error:&nbsp;</div><div><br></div><div>
<div>uname -s | tr [:upper:] [:lower:] | tr -d [:blank:]&nbsp;</div><div><br></div><div>(line 169)</div><div><br></div><div>returns &quot;oarwin&quot; since os x &#39;tr&#39; got limited functionality. This cause&nbsp;</div><div>the script to fail matching against &#39;darwin&#39;&nbsp;(line 179). Adding&nbsp;</div>
<div><br></div><div><div>&nbsp;&nbsp; &nbsp;&#39;oarwin&#39;)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;DIST_OS=&quot;macosx&quot;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;;;</div><div><br></div><div>Solved the problem.&nbsp;</div><div><br></div><div><br></div><div><br></div></div></div>