* config.sub (maybe_os): Remove second and duplicate -aros*

case. Only the first will match. Found by Shellcheck.
This commit is contained in:
Ben Elliston 2018-01-13 19:48:02 +11:00
parent b6b5d6c4c7
commit e9ecf4f360
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove second and duplicate -aros*
case. Only the first will match. Found by Shellcheck.
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove second and duplicate *-next

3
config.sub vendored
View File

@ -1540,9 +1540,6 @@ case $os in
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
os=-mint
;;
-aros*)
os=-aros
;;
-zvmoe)
os=-zvmoe
;;