From bf2e56058ef61a31545a831b977316d11fd2cb46 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 20 Jan 1993 02:22:45 +0000 Subject: [PATCH] Minor improvements --- guess-systype | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 - -- 2.30.2