X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=scripts%2Fget_maintainer.pl;h=49a00d54b835f156745c27bfb12b1f64bcf9140c;hb=07c72d7d54d138eb2ca37709a5a3d55fbcc01536;hp=122fcdaf42c86cec7a5fbce08cc3b406f692f6c5;hpb=0aeeb3e73f5fd7faef3dce8cb590effd6ee51571;p=cascardo%2Flinux.git diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 122fcdaf42c8..49a00d54b835 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl @@ -432,7 +432,7 @@ foreach my $file (@ARGV) { die "$P: file '${file}' not found\n"; } } - if ($from_filename || vcs_file_exists($file)) { + if ($from_filename || ($file ne "&STDIN" && vcs_file_exists($file))) { $file =~ s/^\Q${cur_path}\E//; #strip any absolute path $file =~ s/^\Q${lk_path}\E//; #or the path to the lk tree push(@files, $file);