From: Martin Schwenke Date: Wed, 4 Mar 2020 02:55:07 +0000 (+1100) Subject: ctdb-tests: Use "#!/usr/bin/env bash" for improved portability X-Git-Tag: talloc-2.3.2~1054 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7cabd342d0aed450ed3305931702a7351f814a;p=thirdparty%2Fsamba.git ctdb-tests: Use "#!/usr/bin/env bash" for improved portability Signed-off-by: Martin Schwenke --- 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