]> code.delx.au - gnu-emacs/commitdiff
update from main archive 970728
authorUlrich Drepper <drepper@redhat.com>
Mon, 28 Jul 1997 23:37:45 +0000 (23:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 28 Jul 1997 23:37:45 +0000 (23:37 +0000)
config.guess

index 81b905ac82a69b3f49a779b4582d39241f4152ab..ee2742b9e0abf32a0c32bf319877706366fbed2b 100755 (executable)
@@ -160,7 +160,7 @@ EOF
     sun*:*:4.2BSD:*)
        UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
        test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
-       case "`/bin/arch" in
+       case "`/bin/arch`" in
            sun3)
                echo m68k-sun-sunos${UNAME_RELEASE}
                ;;