]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Revert "ctdb-tests: Use "#!/usr/bin/env bash" for improved portability"
authorMartin Schwenke <martin@meltin.net>
Wed, 22 Jul 2020 04:43:21 +0000 (14:43 +1000)
committerMartin Schwenke <martins@samba.org>
Wed, 22 Jul 2020 05:07:46 +0000 (05:07 +0000)
Fix missing Reviewed-by: tag.

This reverts commit 9a7cabd342d0aed450ed3305931702a7351f814a.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/scripts/test_wrap

index 619ac7ca5dce89c780e7acac26b38527d32b0321..d9a6d09e202213f1992b2d5997131be351eb7c8d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 
 # Execute the given command.  The intention is that it is either
 # * a function from "${TEST_SCRIPTS_DIR}/integration.bash"; or