summaryrefslogtreecommitdiff
path: root/bin/sanity-check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sanity-check')
-rwxr-xr-xbin/sanity-check4
1 files changed, 2 insertions, 2 deletions
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 >/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 ] || \