Fix unrecognized os error message.

This commit is contained in:
Richard M. Stallman 1994-05-19 23:08:12 +00:00
parent dc1143d39a
commit 71c56a23fb

2
config.sub vendored
View File

@ -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
;;