Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 751406

Summary: bootstrap-prefix.sh: syntax error near unexpected token ';;'
Product: Gentoo/Alt Reporter: Alexander Bezrukov <phmagic>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal CC: grobian, sam
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=751067
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 755644    
Attachments: A fix for the copy-and-paste mistake in commit c87ecd828f4b4de9ba80c32d3eaf19bfcfc6deea

Description Alexander Bezrukov 2020-10-26 22:15:18 UTC
The commit c87ecd828f4b4de9ba80c32d3eaf19bfcfc6deea aimed to fix the bug 751067 contains a copy-and-paste error, by mistake the code for the *"Apple clang version "* pattern contains extra ;; and esac, therefore is the syntax error.

I will attach the patch in the next comment.
Comment 1 Alexander Bezrukov 2020-10-26 22:16:28 UTC
Created attachment 668744 [details, diff]
A fix for the copy-and-paste mistake in commit c87ecd828f4b4de9ba80c32d3eaf19bfcfc6deea
Comment 2 Larry the Git Cow gentoo-dev 2020-10-27 07:10:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=272dff6b38ab69bae0d0a1658aae2f55eeab28cf

commit 272dff6b38ab69bae0d0a1658aae2f55eeab28cf
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2020-10-27 07:09:43 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2020-10-27 07:09:43 +0000

    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@gentoo.org>

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