diff options
author | Mark Wielaard <mark@klomp.org> | 2020-06-16 00:25:47 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-06-16 00:32:30 +0200 |
commit | bca87ed8a200b8845e82b06fa94e69cd637dfea3 (patch) | |
tree | 034c536bb5851e1f6abecf35a9e8ae79ed8bbf00 /tests/run-linkmap-cut.sh | |
parent | 9698a399292fbc5e07eac17217af2de8bf5cb4b0 (diff) | |
download | elfutils-bca87ed8a200b8845e82b06fa94e69cd637dfea3.tar.gz |
tests: Use #/usr/bin/env bash in scripts that use bash
Some systems don't have bash in /bin.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'tests/run-linkmap-cut.sh')
-rwxr-xr-x | tests/run-linkmap-cut.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-linkmap-cut.sh b/tests/run-linkmap-cut.sh index de2bc7cc..053b96dc 100755 --- a/tests/run-linkmap-cut.sh +++ b/tests/run-linkmap-cut.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2014 Red Hat, Inc. # This file is part of elfutils. # |