1
0
mirror of git://git.savannah.gnu.org/config.git synced 2025-06-05 22:10:20 +12:00

* 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

@ -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> 2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove second and duplicate *-next * config.sub (maybe_os): Remove second and duplicate *-next

3
config.sub vendored

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