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

Escape '|' in the Windows runner usage string #196

Closed
wants to merge 1 commit into from

Conversation

fjoanis
Copy link
Contributor

@fjoanis fjoanis commented Feb 28, 2012

The Windows simplenode runner template prints a usage string that
contains the pipe character '|'. That character needs to be escaped with
a caret '^' otherwise the script will try to perform shell command
piping when printing its usage. Tested on Windows 7.

The Windows simplenode runner template prints a usage string that
contains the pipe character '|'. That character needs to be escaped with
a caret '^' otherwise the script will try to perform shell command
piping when printing its usage. Tested on Windows 7.
@MattVonVielen
Copy link
Contributor

Thanks for the info! For some reason I had not been able to find what the correct escape character for cmd.exe was. I'll include this fix in #194, since the usage message also changes there.

@fjoanis fjoanis closed this Feb 28, 2012
@fjoanis
Copy link
Contributor Author

fjoanis commented Feb 28, 2012

Closing this pull request since the change got applied in 3894f28 by xenolinguist, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants