mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
Fix unrecognized os error message.
This commit is contained in:
parent
dc1143d39a
commit
71c56a23fb
2
config.sub
vendored
2
config.sub
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user