From 006223e549b17eaf86b87b0d7efb748075404260 Mon Sep 17 00:00:00 2001 From: Olivier Dion Date: Wed, 1 Feb 2023 13:28:50 -0500 Subject: [PATCH] tests: Execute perl using /usr/bin/env MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- tests/utils/babelstats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- 2.34.1