]> git.ipfire.org Git - thirdparty/libvirt.git/commit
perl: Don't hardcode interpreter path
authorAndrea Bolognani <abologna@redhat.com>
Mon, 18 Sep 2017 12:35:50 +0000 (14:35 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 19 Sep 2017 14:04:53 +0000 (16:04 +0200)
commit90b17aef1a43717f8813aa088564950cc06650b8
treed2e166fb2b86cf82e1983160d4ebd8b6ff5225c9
parent8406769642abd6bf9558d5585490c7a5485302c1
perl: Don't hardcode interpreter path

This is particularly useful on operating systems that don't ship
Perl as part of the base system (eg. FreeBSD) while still working
just as well as it did before on Linux.

In one case (src/rpc/genprotocol.pl) the interpreter path was
missing altogether.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
19 files changed:
build-aux/augeas-gentest.pl
build-aux/check-spacing.pl
build-aux/mock-noinline.pl
build-aux/prohibit-duplicate-header.pl
docs/genaclperms.pl
docs/hvsupport.pl
src/access/genpolkit.pl
src/check-aclperms.pl
src/check-aclrules.pl
src/check-driverimpls.pl
src/check-drivername.pl
src/check-symfile.pl
src/check-symsorting.pl
src/dtrace2systemtap.pl
src/rpc/gendispatch.pl
src/rpc/genprotocol.pl
src/rpc/gensystemtap.pl
tests/check-file-access.pl
tests/oomtrace.pl