diff options
-rwxr-xr-x | bin/sanity-check | 2 |
1 files changed, 1 insertions, 1 deletions
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 |