oops
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 30 Sep 2008 11:31:37 +0000 (11:31 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 30 Sep 2008 11:31:37 +0000 (11:31 +0000)
scripts/all-builds.sh

index 5527fbf..87739f6 100755 (executable)
@@ -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