From: Brendan Kehoe Date: Thu, 8 Feb 1996 23:41:30 +0000 (+0000) Subject: actually sed off the X in the OSF1 version X-Git-Tag: gdb-4_18~9369 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b75926643f0098b76ac39d83f4a734ecef9a6e0;p=external%2Fbinutils.git actually sed off the X in the OSF1 version --- diff --git a/config.guess b/config.guess index 1d88aab..7d033c4 100755 --- a/config.guess +++ b/config.guess @@ -54,7 +54,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in alpha:OSF1:[VX]*:*) # After 1.2, OSF1 uses "V1.3" for uname -r. # After 4.x, OSF1 uses "X4.x" for uname -r. - echo alpha-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^V//'` + echo alpha-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VX]//'` exit 0 ;; alpha:OSF1:*:*) # 1.2 uses "1.2" for uname -r.