aboutsummaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorPer Bothner <[email protected]>1994-11-01 19:27:21 +0000
committerPer Bothner <[email protected]>1994-11-01 19:27:21 +0000
commit4568da2fbadca1fd31ee28565a422b5e5bef3068 (patch)
tree809d274f647e225210a6b6a8d157cd284f42d3be /config.guess
parent391b374875ab79e291559986077971b6cbf6ef96 (diff)
(*-unknown-freebsd): Remove [-(] from UNAME_RELEASE.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index aad7b07423..bc2cbcb0b4 100755
--- a/config.guess
+++ b/config.guess
@@ -268,7 +268,7 @@ EOF
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
exit 0 ;;
*:FreeBSD:*:*)
- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/(.*//'`
+ echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
exit 0 ;;
*:NetBSD:*:*)
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`