mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-08 07:20:21 +12:00
Fix unrecognized os error message.
This commit is contained in:
parent
000798a3ef
commit
11e95dcc68
2
config.sub
vendored
2
config.sub
vendored
@ -596,7 +596,7 @@ case $os in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# Get rid of the `-' at the beginning of $os.
|
# 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
|
echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user