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: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f5aed1bc51460b2a1f7c551f549d94620cfb50e;p=emacs.git Fix unrecognized os error message. --- diff --git a/config.sub b/config.sub index ffce5595668..00cd45dab53 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 ;;