]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - scripts/export_report.pl
firmware: fix batched requests - wake all waiters
[mirror_ubuntu-artful-kernel.git] / scripts / export_report.pl
index 8f79b701de876a807ae76abd89ad077d65ef3390..68ff426b347c7f0e7bc1d15659b69a77d7b4727d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 #
 # (C) Copyright IBM Corporation 2006.
 #      Released under GPL v2.
@@ -7,6 +7,7 @@
 # Usage: export_report.pl -k Module.symvers [-o report_file ] -f *.mod.c
 #
 
+use warnings;
 use Getopt::Std;
 use strict;