From: Jörg Thalheim Date: Tue, 19 Dec 2017 10:13:34 +0000 (+0000) Subject: more portable perl shebangs (#7701) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6985e33602941a1da54772a0a522700284131d65;p=elogind.git 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. --- 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 .