gitweb: use cmd_pipe instead of exec 2>/dev/null
commit67639b45355445f003bb9cada64be4ad058e359a
authorKyle J. McKay <mackyle@gmail.com>
Fri, 10 Apr 2015 13:31:03 +0000 (10 06:31 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 10 Apr 2015 13:31:03 +0000 (10 06:31 -0700)
treee226e4d0031388cde9c5dfd62be01c7832801c02
parent90ac3801c9452ab9967cdb5e745f30c985ac8a88
gitweb: use cmd_pipe instead of exec 2>/dev/null

When running the highlighter use cmd_pipe which throws
away stderr rather than explicitly including a
'exec 2>/dev/null' in the command itself.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/gitweb.perl