changeset 3178:241c63a9aaa1

Delete spurious paren outputting short_usage.
author Richard M. Stallman <rms@gnu.org>
date Thu, 27 May 1993 22:02:16 +0000
parents 2e1b9ebc17ef
children 2852a2acef36
files configure1.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Thu May 27 21:01:29 1993 +0000
+++ b/configure1.in	Thu May 27 22:02:16 1993 +0000
@@ -280,7 +280,7 @@
     echo "- Looks like this is a ${configuration}" 1>&2
   else
     echo '- Failed to guess the system type.  You need to tell me.' 1>&2
-    echo "${short_usage}") >&2
+    echo "${short_usage}" >&2
     exit 1
   fi
 fi