aboutsummaryrefslogtreecommitdiff
path: root/util/scripts/get_maintainer.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/scripts/get_maintainer.pl')
-rwxr-xr-xutil/scripts/get_maintainer.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/scripts/get_maintainer.pl b/util/scripts/get_maintainer.pl
index 4f34a4e6fb..c24a6d4d69 100755
--- a/util/scripts/get_maintainer.pl
+++ b/util/scripts/get_maintainer.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
# (c) 2007, Joe Perches <joe@perches.com>
# created from checkpatch.pl
#
@@ -11,6 +11,7 @@
# Licensed under the terms of the GNU GPL License version 2
use strict;
+use warnings;
my $P = $0;
my $V = '0.26';