1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

ctdb-tests: Avoid shellcheck warning SC2188

SC2188 This redirection doesn't have a command...

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2019-08-05 10:19:13 +10:00 committed by Amitay Isaacs
parent 45c9fe3abb
commit 93b3b01032

View File

@ -169,7 +169,7 @@ if ! which mktemp >/dev/null 2>&1 ; then
if $dir ; then
mkdir "$t"
else
>"$t"
: >"$t"
fi
)
echo "$t"