]> code.delx.au - gnu-emacs/commitdiff
Correct a typo.
authorBen Elliston <bje@air.net.au>
Tue, 18 May 1999 06:15:43 +0000 (06:15 +0000)
committerBen Elliston <bje@air.net.au>
Tue, 18 May 1999 06:15:43 +0000 (06:15 +0000)
config.guess

index 0715de7a1fbafeb9b865959c3a23744cba9462b6..ff7803f9629c1c4f565e8e11682af92f1de34b57 100755 (executable)
@@ -806,8 +806,8 @@ EOF
     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 ;;