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)
committerMartin Schwenke <martins@samba.org>
Wed, 22 Jul 2020 07:53:35 +0000 (07:53 +0000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
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