index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/sanity-check | 4 |
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 ] || \ |