From 5478ef4e29297008331ab8473679c804b17a30df Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 20 Jan 2003 21:07:51 +0000 Subject: [PATCH] fix typo I introduced in last merge --- config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sub b/config.sub index 6b55ac033..3e711ed77 100755 --- a/config.sub +++ b/config.sub @@ -146,7 +146,7 @@ case $os in -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis -sr2201*) + -apple | -axis | -sr2201*) os= basic_machine=$1 ;; -- 2.50.1