]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - scripts/get_maintainer.pl
Merge tag 'v4.13-rc1' into k.o/for-4.13-rc
[karo-tx-linux.git] / scripts / get_maintainer.pl
index 633f2dd3de279fda4799ca41ba88553e1c963961..3bd5f4f302354cf8cecd78ae0ab13b9b3bf130ef 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # (c) 2007, Joe Perches <joe@perches.com>
 #           created from checkpatch.pl
 #
@@ -10,6 +10,7 @@
 #
 # Licensed under the terms of the GNU GPL License version 2
 
+use warnings;
 use strict;
 
 my $P = $0;