From a4f626ba0e74d24453bddeb44f756dfdf479ca7f Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 29 May 2000 22:15:44 +0000 Subject: [PATCH] 2000-05-30 Ben Elliston * config.sub: Fix a syntax error introduced by yesterday's changes. Correct a spelling mistake. From Steven G. Johnson . --- ChangeLog | 6 ++++++ config.sub | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd8b66a..a3c4dbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-30 Ben Elliston + + * config.sub: Fix a syntax error introduced by yesterday's + changes. Correct a spelling mistake. From Steven G. Johnson + . + 2000-05-02 Akim Demaille * config.guess: Add --help and --version options. Add Emacs hooks. diff --git a/config.sub b/config.sub index 1555c0a..f414a43 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. -version='2000-05-29' +version='2000-05-30' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -58,7 +58,7 @@ usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS -Canocalize a configuration name. +Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit @@ -96,7 +96,7 @@ done case $# in 0) echo "$me: missing argument$help" >&2 - exit 1; + exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;;