]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - scripts/extract-module-sig.pl
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / scripts / extract-module-sig.pl
index faac6f2e377fac754d32f017444cd2c96dd45b07..0f161ea4126157fd673d755570b107e67357135a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 #
 # extract-mod-sig <part> <module-file>
 #
@@ -12,6 +12,7 @@
 #  -k: Just the key ID
 #  -s: Just the crypto signature or PKCS#7 message
 #
+use warnings;
 use strict;
 
 die "Format: $0 -[0adnks] module-file >out\n"