diff options
| author | Ingo Molnar <[email protected]> | 2016-08-18 11:20:19 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2016-08-18 11:20:19 +0200 |
| commit | 5a96215739fbda2ccc0f2371295e93e4cb6a088a (patch) | |
| tree | 65459d484c23c0574984a1ac237254ce69c1f623 /scripts | |
| parent | 1fc770d5899c995db8e22d35eb918a2cb79559d9 (diff) | |
| parent | 03cbc732639ddcad15218c4b2046d255851ff1e3 (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-x | scripts/get_maintainer.pl | 2 |
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); |