scripts: Switch to more portable Perl shebang
[linux-block.git] / scripts / headerdep.pl
index 8dd019bc5a7361631c71dc1d5e33095b6f42b6a1..86ebb9ee7570782c565d728becb97b66f6c4ffc0 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 #
 # Detect cycles in the header file dependency graph
 # Vegard Nossum <vegardno@ifi.uio.no>