From 33730f60f74b86d662862ce13da3d343a08f5c89 Mon Sep 17 00:00:00 2001 From: thierry Date: Tue, 30 Sep 2008 11:31:37 +0000 Subject: [PATCH] oops --- scripts/all-builds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0