aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2016-08-18 11:20:19 +0200
committerIngo Molnar <[email protected]>2016-08-18 11:20:19 +0200
commit5a96215739fbda2ccc0f2371295e93e4cb6a088a (patch)
tree65459d484c23c0574984a1ac237254ce69c1f623 /scripts
parent1fc770d5899c995db8e22d35eb918a2cb79559d9 (diff)
parent03cbc732639ddcad15218c4b2046d255851ff1e3 (diff)
Merge branch 'sched/urgent' into sched/core, to pick up dependencies
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get_maintainer.pl2
1 files changed, 1 insertions, 1 deletions
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);