egrep -q terminates at the first match. m-a list-identity-certifiers chokes if it...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 22 Feb 2009 22:56:30 +0000 (17:56 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 22 Feb 2009 22:56:30 +0000 (17:56 -0500)
commit47b5e916b2a84a378ec08b3b03531f9a8ccc062b
treee0fed9b7b10057c01758c7de417b6c01e6118f43
parent5ebbfc2d643fbee80b5d53a7b326fd12d9202caa
egrep -q terminates at the first match.  m-a list-identity-certifiers chokes if it cannot write to stdout.  Because we are setting pipefail, this causes the pipeline checking for any certifiers to return untrue.  solution? do not use -q, and send the output to /dev/null
src/share/ma/diagnostics