]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - scripts/kernel-doc
scripts: Switch to more portable Perl shebang
[mirror_ubuntu-artful-kernel.git] / scripts / kernel-doc
index a26a5f2dce39431497bd430ab605dd061c98009c..7b0a8f01fed5af3c07589c166d78ea442e3cab73 100755 (executable)
@@ -1,5 +1,6 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
+use warnings;
 use strict;
 
 ## Copyright (c) 1998 Michael Zucchi, All Rights Reserved        ##