From 23b95978184f0f0bae8dbd47b121afbea84e18d0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 24 Jun 2020 21:10:41 +0200 Subject: bin/sanity-check: fix `set --` *everywhere* --- bin/sanity-check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/sanity-check b/bin/sanity-check index 2e42166..927c20f 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -173,7 +173,7 @@ while [ $# -gt 0 ]; do fi i_am_insane # if the master mirror cannot be reached, further tests do not make any sense - set -- + set -- "$1" fi if ! ${master_mirror_sftp_command} /dev/null 2>&1; then @@ -184,7 +184,7 @@ while [ $# -gt 0 ]; do fi i_am_insane # if the master mirror cannot be reached, further tests do not make any sense - set -- + set -- "$1" fi [ ${silence} -gt 0 ] || \ -- cgit v1.2.3