]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/parse_warn.pl
* Merge changes from prposed changes
[infobot.git] / scripts / parse_warn.pl
index dca93841cc51fd2a52d1ac5e6530a928663adc4b..e22e024a677e511c9376c14ef1875ef789c0516d 100755 (executable)
@@ -21,7 +21,7 @@ foreach $file (@ARGV) {
        print "warning: $file does not exist.\n";
        next;
     }
-    my $str = ' value at .* line ';
+    my $str = ' at .* line ';
 
     print "Opening $file... ";
     if ($file =~ /bz2$/) {     # bz2
@@ -89,3 +89,5 @@ foreach $file (keys %done) {
        print "=> error: could not open file.\n";
     }
 }
+
+# vim:ts=4:sw=4:expandtab:tw=80