Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmi
[linux-2.6-microblaze.git] / scripts / recordmcount.pl
index 1633c3e..2033af7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # (c) 2008, Steven Rostedt <srostedt@redhat.com>
 # Licensed under the terms of the GNU GPL License version 2
 #
 # 9) Move the result back to the original object.
 #
 
+use warnings;
 use strict;
 
 my $P = $0;