actually sed off the X in the OSF1 version
authorBrendan Kehoe <brendan@cygnus>
Thu, 8 Feb 1996 23:41:30 +0000 (23:41 +0000)
committerBrendan Kehoe <brendan@cygnus>
Thu, 8 Feb 1996 23:41:30 +0000 (23:41 +0000)
config.guess

index 1d88aab..7d033c4 100755 (executable)
@@ -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.