Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section selection is broken for some PKGBUILDs #22

Open
drizzt opened this issue Feb 18, 2016 · 2 comments
Open

Section selection is broken for some PKGBUILDs #22

drizzt opened this issue Feb 18, 2016 · 2 comments
Labels

Comments

@drizzt
Copy link

drizzt commented Feb 18, 2016

If you have a PKGBUILD containing something like:

package() {
    rm test/{1,2}
    something else
    ....
}

The sed stops to first } without changing anything after the rm test/{1,2} line

@ava1ar
Copy link
Owner

ava1ar commented Feb 19, 2016

Thanks for reporting! Did using global as a scope resolves the issue?

@ava1ar ava1ar added the bug label Feb 19, 2016
@drizzt
Copy link
Author

drizzt commented Feb 19, 2016

yes

Il giorno Ven 19 Feb 2016 04:08 Aliaksandr Stelmachonak <
[email protected]> ha scritto:

Thanks for reporting! Did using global as a scope resolves the issue?


Reply to this email directly or view it on GitHub
#22 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants