]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - scripts/get_maintainer.pl
[CPUFREQ] fix (utter) cpufreq_add_dev mess
[mirror_ubuntu-bionic-kernel.git] / scripts / get_maintainer.pl
index e57c3f6eede74e428c013b7757b7cb4ef6774e46..3e733146cd51c01acd792503162cc43e4b7a3d74 100755 (executable)
@@ -57,7 +57,7 @@ my $penguin_chiefs = "\(" . join("|",@penguin_chief_names) . "\)";
 
 # rfc822 email address - preloaded methods go here.
 my $rfc822_lwsp = "(?:(?:\\r\\n)?[ \\t])";
-my $rfc822_char = '[\\000-\\177]';
+my $rfc822_char = '[\\000-\\377]';
 
 if (!GetOptions(
                'email!' => \$email,
@@ -165,7 +165,7 @@ foreach my $file (@ARGV) {
        }
        close(PATCH);
        if ($file_cnt == @files) {
-           die "$P: file '${file}' doesn't appear to be a patch.  "
+           warn "$P: file '${file}' doesn't appear to be a patch.  "
                . "Add -f to options?\n";
        }
        @files = sort_and_uniq(@files);