diff options
Diffstat (limited to 'scripts/get_reviewer.pl')
-rwxr-xr-x | scripts/get_reviewer.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/get_reviewer.pl b/scripts/get_reviewer.pl index 62deb922800..1677495ad6d 100755 --- a/scripts/get_reviewer.pl +++ b/scripts/get_reviewer.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl # (c) 2007, Joe Perches <[email protected]> # created from checkpatch.pl # @@ -14,6 +14,7 @@ # Licensed under the terms of the GNU GPL License version 2 use strict; +use warnings; my $P = $0; my $V = '0.26'; |