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

case. Only the first will match. Found by Shellcheck.
This commit is contained in:
Ben Elliston 2018-01-13 17:10:28 +11:00
parent a69a8a3d51
commit b6b5d6c4c7
2 changed files with 6 additions and 4 deletions

View File

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

5
config.sub vendored
View File

@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2018 Free Software Foundation, Inc.
timestamp='2018-01-11'
timestamp='2018-01-13'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -1724,9 +1724,6 @@ case $basic_machine in
i370-*)
os=-mvs
;;
*-next)
os=-nextstep3
;;
*-gould)
os=-sysv
;;