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>