From: Richard Stallman Date: Thu, 19 May 1994 23:08:12 +0000 (+0000) Subject: Fix unrecognized os error message. X-Git-Tag: misc/cutover-egcs-0~6603 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4a4241cf905f2fb120e812a4fbafa9715c0eae;p=thirdparty%2Fgcc.git Fix unrecognized os error message. From-SVN: r7340 --- diff --git a/gcc/config.sub b/gcc/config.sub index ffce55956681..00cd45dab534 100755 --- a/gcc/config.sub +++ b/gcc/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 ;;