From: Richard M. Stallman Date: Thu, 19 May 1994 23:08:12 +0000 (+0000) Subject: Fix unrecognized os error message. X-Git-Tag: emacs-19.34~8278 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/9f5aed1bc51460b2a1f7c551f549d94620cfb50e Fix unrecognized os error message. --- diff --git a/config.sub b/config.sub index ffce559566..00cd45dab5 100755 --- a/config.sub +++ b/config.sub @@ -596,7 +596,7 @@ case $os in ;; *) # Get rid of the `-' at the beginning of $os. - os=`echo $1 | sed 's/[^-]*-//'` + os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;;