index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/sanity-check | 2 |
diff --git a/bin/sanity-check b/bin/sanity-check index f9c36ef..2e42166 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -161,7 +161,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 done |