* config.sub (maybe_os): Remove first and duplicate -none*

case. This is matched further down. Found by Shellcheck.
This commit is contained in:
Ben Elliston 2018-01-14 08:31:27 +11:00
parent 5960fa40b2
commit 53fa691097
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-01-14 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove first and duplicate -none*
case. This is matched further down. Found by Shellcheck.
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove duplicate case for z8k.

2
config.sub vendored
View File

@ -1405,7 +1405,7 @@ case $os in
-nto*)
os=`echo $os | sed -e 's|nto|nto-qnx|'`
;;
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
-sim | -es1800* | -hms* | -xray | -os68k* | -v88r* \
| -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
| -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
;;