summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-12-19 10:13:34 +0000
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-19 11:13:34 +0100
commit2a5fcfae024ffc370bb780572279f45a1da3f946 (patch)
tree181a2fcd5fad7e462f086ad019a8952bad9ad327 /tools
parentdc0a35550e898f9ca1c7b64a36911235da74ce83 (diff)
downloadsystemd-2a5fcfae024ffc370bb780572279f45a1da3f946.tar.gz
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 bf23929d47..6aae7c1534 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>.