]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - scripts/kernel-doc
scripts/dtc: fix '%zx' warning
[karo-tx-linux.git] / scripts / kernel-doc
index c1ffd31ff4233228a71dd8cb0f84eb35be5bfe52..6e36b7889001a6ef96b82ece2fef580957b75894 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        ##