From: thierry Date: Tue, 30 Sep 2008 11:31:37 +0000 (+0000) Subject: oops X-Git-Tag: foo~271 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=33730f60f74b86d662862ce13da3d343a08f5c89;p=infrastructure.git oops --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index 5527fbf..87739f6 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -53,7 +53,7 @@ while [[ -n "$@" ]] ; do -T) TEST=true ;; -n) DRY_RUN=true ;; -z) MINOR="" ;; - --) shift; extra_option="$@" ;; shift $# ;; + --) shift; extra_option="$@" ; shift $# ;; *) usage ;; esac shift