From 2a5fcfae024ffc370bb780572279f45a1da3f946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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. --- test/udev-test.pl | 2 +- tools/check-includes.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/udev-test.pl b/test/udev-test.pl index 0d348e5c08..20f662eb3b 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # udev test # 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 .