tests: Execute perl using /usr/bin/env
authorOlivier Dion <odion@efficios.com>
Wed, 1 Feb 2023 18:28:50 +0000 (13:28 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 Feb 2023 22:24:04 +0000 (17:24 -0500)
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 <odion@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/utils/babelstats.pl

index 8dbb7a32fbf5770e8808364dbd703270c3aed205..13c710bc6beb197120ffacff771b50a8c1ca23c8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # Copyright (C) 2012 Christian Babeux <christian.babeux@efficios.com>
 #
This page took 0.027351 seconds and 4 git commands to generate.