commit:     272dff6b38ab69bae0d0a1658aae2f55eeab28cf
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 07:09:43 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 07:09:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=272dff6b

scripts/bootstrap-prefix: fix syntax error due to copy'n'paste

Thanks Alexander Bezrukov for the patch

Closes: https://bugs.gentoo.org/751406
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 559eb3a356..df71d5d392 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -233,8 +233,6 @@ configure_toolchain() {
                                                sys-devel/clang
                                                sys-libs/libcxxabi
                                                sys-libs/libcxx"
-                                       ;;
-                                       esac
                                        CC=clang
                                        CXX=clang++
                                        linker=sys-devel/binutils-apple

Reply via email to