* config.sub (maybe_os): Remove duplicate -osfrose* and -osf*

cases as these are matched above by -osf*. Found by Shellcheck.
This commit is contained in:
Ben Elliston 2018-01-13 20:43:28 +11:00
parent 8503c24298
commit 6189f8e47a
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove duplicate -osfrose* and -osf*
cases as these are matched above by -osf*. 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 *-xenix case * config.sub (maybe_os): Remove second and duplicate *-xenix case

6
config.sub vendored
View File

@ -1461,12 +1461,6 @@ case $os in
-wince*) -wince*)
os=-wince os=-wince
;; ;;
-osfrose*)
os=-osfrose
;;
-osf*)
os=-osf
;;
-utek*) -utek*)
os=-bsd os=-bsd
;; ;;