aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/get_maintainer.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get_maintainer.pl')
-rwxr-xr-xscripts/get_maintainer.pl3
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
13use warnings;
13use strict; 14use strict;
14 15
15my $P = $0; 16my $P = $0;