summaryrefslogtreecommitdiff
path: root/tests/run-backtrace-core-x86_64.sh
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2020-06-16 00:25:47 +0200
committerMark Wielaard <mark@klomp.org>2020-06-16 00:32:30 +0200
commitbca87ed8a200b8845e82b06fa94e69cd637dfea3 (patch)
tree034c536bb5851e1f6abecf35a9e8ae79ed8bbf00 /tests/run-backtrace-core-x86_64.sh
parent9698a399292fbc5e07eac17217af2de8bf5cb4b0 (diff)
downloadelfutils-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-backtrace-core-x86_64.sh')
-rwxr-xr-xtests/run-backtrace-core-x86_64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-backtrace-core-x86_64.sh b/tests/run-backtrace-core-x86_64.sh
index d00cd6d6..49248015 100755
--- a/tests/run-backtrace-core-x86_64.sh
+++ b/tests/run-backtrace-core-x86_64.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
# Copyright (C) 2013 Red Hat, Inc.
# This file is part of elfutils.
#