<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 4, 2013 at 6:49 PM, BugMaster <span dir="ltr"><<a href="mailto:BugMaster@narod.ru" target="_blank">BugMaster@narod.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On Wed, 4 Sep 2013 17:44:13 -0400, Sean McGovern wrote:<br>
<br>
> OK, I will fix it to probe for git first. Thanks for spotting that.<br>
<br>
> -- Sean McG.<br>
<br>
</div>I fixed it already. Check that you ok with version in <a href="https://github.com/DarkShikari/x264-devel/commit/5ad7207acbaa042a6a89042b26257ab55dd26eb3" target="_blank">https://github.com/DarkShikari/x264-devel/commit/5ad7207acbaa042a6a89042b26257ab55dd26eb3</a><br>
<br></blockquote><div><br></div><div>We're still potentially trading for noisiness again on standard out when the tool isn't found.<br><br>From my Solaris 11 box: <br><br>sean@nyaruko:~$ which blah<br>no blah in /usr/xpg6/bin /usr/xpg4/bin /usr/bin /usr/gnu/bin /home/sean/bin<br>
sean@nyaruko:~$ which blah 2>/dev/null<br>no blah in /usr/xpg6/bin /usr/xpg4/bin /usr/bin /usr/gnu/bin /home/sean/bin<br><br></div><div>I was hoping it was on standard error, it's not.<br><br></div><div>Still, a step in the right direction.<br>
<br></div><div>Maybe type(1) would be better than which(1)? It's a bash-builtin so not sure how portable it is to other shells.<br><br></div><div>-- Sean McG.<br></div><div><br><br></div></div></div></div>