summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2020-03-04 13:55:07 +1100
committerMartin Schwenke <martins@samba.org>2020-07-22 07:53:35 +0000
commitd6673528050cd66b215cd6153df9015fca1396f2 (patch)
tree64a9f0f1af051357fad0283fe09aee1f038216ba
parent8b24cae630306870de9c9c7bdfac8da3fef489fd (diff)
downloadsamba-d6673528050cd66b215cd6153df9015fca1396f2.tar.gz
ctdb-tests: Use "#!/usr/bin/env bash" for improved portability
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
-rwxr-xr-xctdb/tests/scripts/test_wrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/scripts/test_wrap b/ctdb/tests/scripts/test_wrap
index d9a6d09e202..619ac7ca5dc 100755
--- a/ctdb/tests/scripts/test_wrap
+++ b/ctdb/tests/scripts/test_wrap
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Execute the given command. The intention is that it is either
# * a function from "${TEST_SCRIPTS_DIR}/integration.bash"; or