Skip to content

Commit

Permalink
Item12982: Don't log errors on RCS version checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Nov 12, 2015
1 parent ab0f2f7 commit 142427d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ sub checkRCSProgram {
}
else {
#SMELL: Old versions of RCS require -V, newer --version, and they complain
my $version = `$prog --version -V` || '';
my $version = `$prog --version -V 2&>1` || '';
if (
$version !~ /Can't exec/

Expand Down

0 comments on commit 142427d

Please sign in to comment.