]> source.dussan.org Git - jquery.git/commit
Eliminate spurious error message from `which`.
authorDave Methvin <dave.methvin@gmail.com>
Sun, 6 Nov 2011 19:45:35 +0000 (14:45 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Sun, 6 Nov 2011 19:45:35 +0000 (14:45 -0500)
commit02629f10479cba9b44d0f62acc2915261609afeb
tree200353fea943e7c1172e4ac17c3ca4c32bb541b0
parent8380e12ab4aa3241a1b365f86c121d27a5ea65a5
Eliminate spurious error message from `which`.

Some versions of `which` (Cygwin's among them) spit out an error to stderr when not all their args are found. We only expect one of these to be found anyway.
Makefile