[libvirt] [PATCH] tests: env perl shebang for test-wrap-argv.pl

Fabian Freyer fabian.freyer at physik.tu-berlin.de
Fri Jul 8 18:47:04 UTC 2016


On some systems perl is not necessarily in /usr/bin/perl. Use the perl version
in the PATH instead.
---
 tests/test-wrap-argv.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-wrap-argv.pl b/tests/test-wrap-argv.pl
index d66f5b4..b053f28 100755
--- a/tests/test-wrap-argv.pl
+++ b/tests/test-wrap-argv.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #
 # Copyright (C) 2015 Red Hat, Inc.
 #
-- 
2.5.5




More information about the libvir-list mailing list