X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=scripts%2Fget_maintainer.pl;h=49a00d54b835f156745c27bfb12b1f64bcf9140c;hb=3684b03d8e9a889eda94ee74421959a9d55e5e19;hp=122fcdaf42c86cec7a5fbce08cc3b406f692f6c5;hpb=52ddb7e9dd735c1a10722c58d3e069af4d3e6df2;p=deliverable%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);