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

Shell: A couple tiny POSIX fixes #20279

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

alimpfard
Copy link
Member

Previously any expansion closing sequence would've caused the entire
expansion chain to be terminated, fix this by keeping track of active
expansions and running the parser in 'skip' mode.

Fixes #19110.

Previously any expansion closing sequence would've caused the entire
expansion chain to be terminated, fix this by keeping track of active
expansions and running the parser in 'skip' mode.

Fixes SerenityOS#19110.
This prefix simply inverts the exit code of the pipeline, which we
implement using the 'not' builtin.
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Jul 31, 2023
@alimpfard alimpfard merged commit da7bf5f into SerenityOS:master Aug 4, 2023
12 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shell: Nested command substitution syntax error in POSIX mode
1 participant