mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (maybe_os): Remove first and duplicate -none*
case. This is matched further down. Found by Shellcheck.
This commit is contained in:
parent
5960fa40b2
commit
53fa691097
@ -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>
|
2018-01-13 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.sub (maybe_os): Remove duplicate case for z8k.
|
* config.sub (maybe_os): Remove duplicate case for z8k.
|
||||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -1405,7 +1405,7 @@ case $os in
|
|||||||
-nto*)
|
-nto*)
|
||||||
os=`echo $os | sed -e 's|nto|nto-qnx|'`
|
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* \
|
| -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
|
||||||
| -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
|
| -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user