diff options
Diffstat (limited to 'scripts/get_maintainer.pl')
| -rwxr-xr-x | scripts/get_maintainer.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 633f2dd3de27..3bd5f4f30235 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/usr/bin/perl -w | 1 | #!/usr/bin/env perl |
| 2 | # (c) 2007, Joe Perches <joe@perches.com> | 2 | # (c) 2007, Joe Perches <joe@perches.com> |
| 3 | # created from checkpatch.pl | 3 | # created from checkpatch.pl |
| 4 | # | 4 | # |
| @@ -10,6 +10,7 @@ | |||
| 10 | # | 10 | # |
| 11 | # Licensed under the terms of the GNU GPL License version 2 | 11 | # Licensed under the terms of the GNU GPL License version 2 |
| 12 | 12 | ||
| 13 | use warnings; | ||
| 13 | use strict; | 14 | use strict; |
| 14 | 15 | ||
| 15 | my $P = $0; | 16 | my $P = $0; |
