]> git.sesse.net Git - ffmpeg/commit
patcheck: Allow overiding grep program(s) through environment variables.
authorBrad <brad@comstyle.com>
Mon, 28 Mar 2011 01:05:22 +0000 (21:05 -0400)
committerDiego Biurrun <diego@biurrun.de>
Sat, 23 Apr 2011 15:31:39 +0000 (17:31 +0200)
commitff3be572efde575c2b5ee621a84920ac9a5b9b8f
tree93c74c72016ee9499b50b62a8fc1614e6b9c3627
parent75e8fba8232108c075a8b24bd7f17b7c5869c7bc
patcheck: Allow overiding grep program(s) through environment variables.

patcheck hardcodes the binary names for grep/egrep. This makes overriding the
binary names a pain, e.g. when calling a GNU version of grep on BSD systems.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
tools/patcheck