From 6985e33602941a1da54772a0a522700284131d65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 19 Dec 2017 10:13:34 +0000 Subject: [PATCH] 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. --- tools/check-includes.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -- 2.30.2