From: Per Bothner Date: Wed, 20 Jan 1993 02:22:45 +0000 (+0000) Subject: Minor improvements X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf2e56058ef61a31545a831b977316d11fd2cb46;p=binutils-gdb.git Minor improvements --- diff --git a/guess-systype b/guess-systype index 3d2bbcec2e9..86f28853a03 100755 --- a/guess-systype +++ b/guess-systype @@ -39,27 +39,25 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in exit 0 ;; esac -# uname didn't exit or help; try another approach. +echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 cat >dummy.c <&2 -echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 -echo "Unable to guess system type)" 1>&2 +echo '(Unable to guess system type)' 1>&2 exit 1 -