]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tests: Use "#!/usr/bin/env bash" for improved portability
authorMartin Schwenke <martin@meltin.net>
Wed, 4 Mar 2020 02:55:07 +0000 (13:55 +1100)
committerAmitay Isaacs <amitay@samba.org>
Wed, 22 Jul 2020 02:42:37 +0000 (02:42 +0000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
ctdb/tests/scripts/test_wrap

index d9a6d09e202213f1992b2d5997131be351eb7c8d..619ac7ca5dce89c780e7acac26b38527d32b0321 100755 (executable)
@@ -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