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

rex string escape on windows is broken #564

Closed
nerdvegas opened this issue Jan 16, 2019 · 1 comment
Closed

rex string escape on windows is broken #564

nerdvegas opened this issue Jan 16, 2019 · 1 comment
Labels
bug os:windows Windows-specific

Comments

@nerdvegas
Copy link
Contributor

String escaping is naive and doesn't take literal/expanding strings into account. User has hit a case where a string containing '|' breaks the context, because the cmd source simple becomes "set FOO=hey|there", resulting in "there" being interpreted as a command.

@JeanChristopheMorinPerso
Copy link
Member

Fixed by #558

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug os:windows Windows-specific
Projects
None yet
Development

No branches or pull requests

2 participants