changeset 24743:003fb3ca1618

Correct a typo.
author Ben Elliston <bje@air.net.au>
date Tue, 18 May 1999 06:15:43 +0000
parents 8a812a76af70
children 0e99bc70cf07
files config.guess
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.guess	Tue May 18 04:47:26 1999 +0000
+++ b/config.guess	Tue May 18 06:15:43 1999 +0000
@@ -806,8 +806,8 @@
     i?86:*:5:7*)
 	UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
 	(/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
-	(/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null && UNAME_MACHINE=i586
-	(/bin/uname -X|egrep '^Machine.*Pent.*II' >/dev/null && UNAME_MACHINE=i686
+	(/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) && UNAME_MACHINE=i586
+	(/bin/uname -X|egrep '^Machine.*Pent.*II' >/dev/null) && UNAME_MACHINE=i686
 	(/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) && UNAME_MACHINE=i585
 	echo ${UNAME_MACHINE}-${UNAME_SYSTEM}${UNAME_VERSION}-sysv${UNAME_RELEASE}
 	exit 0 ;;