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

parser: incorrect parsing of pipe token close to variable #188

Open
i4ki opened this issue Mar 7, 2017 · 0 comments
Open

parser: incorrect parsing of pipe token close to variable #188

i4ki opened this issue Mar 7, 2017 · 0 comments
Assignees

Comments

@i4ki
Copy link
Collaborator

i4ki commented Mar 7, 2017

ls|grep a #works
echo "hello"|grep h #works
echo hello|grep h #works
echo $PATH|grep # <stdin line 12>:1:10: Unrecognized character in action: U+007C '|'
echo $a|b # <stdin line 13>:1:7: Unrecognized character in action: U+007C '|'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant