From: Olivier Dion Date: Wed, 1 Feb 2023 18:28:50 +0000 (-0500) Subject: tests: Execute perl using /usr/bin/env X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=006223e549b17eaf86b87b0d7efb748075404260;p=lttng-tools.git tests: Execute perl using /usr/bin/env Perl is not necessary installed under /bin. Thus, use /usr/bin/env to get the corretion location from PATH. Change-Id: Ie5f037bcfa69c344b63cf04ec7374dc28218d1c7 Signed-off-by: Olivier Dion Signed-off-by: Jérémie Galarneau --- diff --git a/tests/utils/babelstats.pl b/tests/utils/babelstats.pl index 8dbb7a32f..13c710bc6 100755 --- a/tests/utils/babelstats.pl +++ b/tests/utils/babelstats.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Copyright (C) 2012 Christian Babeux #