We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
}
rm test/{1,2}
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Did using global as a scope resolves the issue?
Sorry, something went wrong.
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).
— Reply to this email directly or view it on GitHub #22 (comment).
No branches or pull requests
If you have a PKGBUILD containing something like:
The sed stops to first
}
without changing anything after therm test/{1,2}
lineThe text was updated successfully, but these errors were encountered: