projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56047f5
)
tests: Execute perl using /usr/bin/env
author
Olivier Dion
<odion@efficios.com>
Wed, 1 Feb 2023 18:28:50 +0000
(13:28 -0500)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/tests/utils/babelstats.pl
b/tests/utils/babelstats.pl
index 8dbb7a32fbf5770e8808364dbd703270c3aed205..13c710bc6beb197120ffacff771b50a8c1ca23c8 100755
(executable)
--- 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 <christian.babeux@efficios.com>
#
This page took
0.025774 seconds
and
4
git commands to generate.