aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index aad7b074235..bc2cbcb0b45 100755
--- a/config.guess
+++ b/config.guess
@@ -268,7 +268,7 @@ EOF
268 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} 268 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
269 exit 0 ;; 269 exit 0 ;;
270 *:FreeBSD:*:*) 270 *:FreeBSD:*:*)
271 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/(.*//'` 271 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
272 exit 0 ;; 272 exit 0 ;;
273 *:NetBSD:*:*) 273 *:NetBSD:*:*)
274 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 274 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`