Skip to content

Commit 2a5fcfa

Browse files
Mic92keszybz
authored andcommitted
more portable perl shebangs (systemd#7701)
same motivation as in systemd#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.
1 parent dc0a355 commit 2a5fcfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/udev-test.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
# udev test
44
#

tools/check-includes.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22
#
33
# checkincludes: Find files included more than once in (other) files.
44
# Copyright abandoned, 2000, Niels Kristian Bech Jensen <nkbj@image.dk>.

0 commit comments

Comments
 (0)