From e9ecf4f3602e7b4b6991ce5074c193f416a9638d Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 13 Jan 2018 19:48:02 +1100 Subject: [PATCH] * config.sub (maybe_os): Remove second and duplicate -aros* case. Only the first will match. Found by Shellcheck. --- ChangeLog | 5 +++++ config.sub | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 681a769..658c1ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-01-13 Ben Elliston + + * config.sub (maybe_os): Remove second and duplicate -aros* + case. Only the first will match. Found by Shellcheck. + 2018-01-13 Ben Elliston * config.sub (maybe_os): Remove second and duplicate *-next diff --git a/config.sub b/config.sub index 5ff9a77..f937583 100755 --- a/config.sub +++ b/config.sub @@ -1540,9 +1540,6 @@ case $os in -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; - -aros*) - os=-aros - ;; -zvmoe) os=-zvmoe ;;