oops
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 3 Jun 2008 03:53:14 +0000 (03:53 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 3 Jun 2008 03:53:14 +0000 (03:53 +0000)
scripts/all-builds.sh

index 16a1b1d..4fd4691 100755 (executable)
@@ -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 ; }