From 311395413faf2d9e18c1c13f92b6c93fce6be105 Mon Sep 17 00:00:00 2001 From: thierry Date: Tue, 3 Jun 2008 03:53:14 +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 16a1b1d..4fd4691 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -65,7 +65,7 @@ if [ -z "$BITS" ] ; then BITS=$DEFAULT_BITS ; else manual=true ; fi if [ -z "$TRUNK_DISTROS" ] ; then TRUNK_DISTROS=$DEFAULT_TRUNK_DISTROS ; else manual=true ; fi if [ -z "$VS_DISTROS" ] ; then VS_DISTROS=$DEFAULT_VS_DISTROS ; else manual=true ; fi if [ -z "$BASE" ] ; then BASE=$DEFAULT_BASE ; else manual=true ; fi -[ -n "$RETRY" ] && { extra_option="$extra_option -o" ; manual=true ; } +[ -n "$RETRY" ] && { extra_option="$extra_option -O" ; manual=true ; } [ -n "$TEST" ] && { extra_option="$extra_option -T" ; manual=true ; } [ -n "$DRY_RUN" ] && { manual=true ; } -- 2.47.0