* Quote expression to grep.

This commit is contained in:
Ben Elliston 2001-06-15 02:16:27 +00:00
parent c77257206c
commit 6b5ef14654

2
config.guess vendored
View File

@ -956,7 +956,7 @@ EOF
fi
exit 0 ;;
i*86:*:5:[78]*)
case `/bin/uname -X | grep ^Machine` in
case `/bin/uname -X | grep "^Machine"` in
*486*) UNAME_MACHINE=i486 ;;
*Pentium*) UNAME_MACHINE=i586 ;;
*Pent*|*Celeron) UNAME_MACHINE=i686 ;;