]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 1d88aab69b092749109796ee1b9362ae34fe360d..7d033c44e3513983fff6cbcdf2a2bcc8ce652eac 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.