mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* config.sub (maybe_os): Remove second and duplicate *-next
case. Only the first will match. Found by Shellcheck.
This commit is contained in:
parent
a69a8a3d51
commit
b6b5d6c4c7
@ -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
5
config.sub
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user