From: Jörg Thalheim Date: Tue, 19 Dec 2017 10:13:34 +0000 (+0000) Subject: more portable perl shebangs (#7701) X-Git-Tag: v237~201 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a5fcfae024ffc370bb780572279f45a1da3f946;p=platform%2Fupstream%2Fsystemd.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/test/udev-test.pl b/test/udev-test.pl index 0d348e5..20f662e 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 bf23929..6aae7c1 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 .