public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
Make the auto-lint script catch errors too, not just warnings


git-svn-id: http://svn.macports.org/repository/macports/trunk@36285 
d073be05-634f-4543-b044-5fe20cf6d1d6
kballard (author)
Fri Apr 25 07:46:00 -0700 2008
commit  dbfa175b11a8e9874f545a9aa0e226de7c38ae6e
tree    535cfd8193ef8997bd21f90527a32daea2fb73d4
parent  e403352e82f8dd5dd9f6887f5d3b0a3e5c9b11f9
...
59
60
61
62
 
63
64
65
...
59
60
61
 
62
63
64
65
0
@@ -59,7 +59,7 @@
0
 
0
 sub _lint {
0
     my ($port) = @_;
0
- my $errors = `$PORTCMD -qc lint`;
0
+ my $errors = `$PORTCMD -qc lint 2>&1`;
0
 
0
     if ($errors) {
0
         _log("Error: $errors ");

Comments

    No one has commented yet.