-
Notifications
You must be signed in to change notification settings - Fork 185
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
pipeStages splits command with >> incorrectly #7413
Comments
It's not just
|
@myan9 suggests that at the very least, we can just not parse |
I suggest we split this into two pieces: one is the parsing issue. Second, in repl/exec, we always use |
For commands that have >>, splitIntoPipeStages splits the command as redirecting to a file with prefix '> '
The text was updated successfully, but these errors were encountered: