Skip to content

Commit e0241cd

Browse files
committed
scripts/auto-bootstraps/dobootstrap: fix match for Darwin 8/9
Signed-off-by: Fabian Groffen <[email protected]>
1 parent 2c9812b commit e0241cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auto-bootstraps/dobootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ do_prepare() {
3939

4040
local chost=$(${BASH} ${bootstrap} chost.guess x)
4141
case ${chost} in
42-
powerpc*-*darwin[89])
42+
*-darwin[89])
4343
# ppc64-darwin never really worked for unknown reasons
4444
# darwin9 (Leopard) doesn't work on Intel either
4545
bitw=32

0 commit comments

Comments
 (0)