summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-12-19 10:13:34 +0000
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:49:39 +0200
commit6985e33602941a1da54772a0a522700284131d65 (patch)
tree85582902c475203ea75636f32a4dbee212cf4431 /tools
parent89436869d11ac1e91f26d7f2cc9acbf546a0da4c (diff)
more portable perl shebangs (#7701)
same motivation as in #5816: - distributions have scripts to rewrite shebangs on installation and they know what locations to rely on. - For tests/compilation we should rather rely on the user to have setup there PATH correctly.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check-includes.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-includes.pl b/tools/check-includes.pl
index 079708397..7f049da6d 100755
--- a/tools/check-includes.pl
+++ b/tools/check-includes.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# checkincludes: Find files included more than once in (other) files.
# Copyright abandoned, 2000, Niels Kristian Bech Jensen <nkbj@image.dk>.