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

cmdrunner: Single words inside square brackets stripped from output #1142

Closed
djl opened this issue Nov 2, 2021 · 0 comments · Fixed by #1149
Closed

cmdrunner: Single words inside square brackets stripped from output #1142

djl opened this issue Nov 2, 2021 · 0 comments · Fixed by #1149
Labels
🐛 bug "Houston, we've had a problem."

Comments

@djl
Copy link

djl commented Nov 2, 2021

What's broken?

When using cmdrunner, single words contained inside square brackets are stripped from the output.

Here's an example command:

#!/bin/sh
echo "this is a [hidden] test"
echo "this is a [hidden] test [but you can see me!]"
echo "this is a [hidden] test [hello]"

And what it looks like:

example

You'll notice that only the brackets containing a single word are stripped from each of the lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug "Houston, we've had a problem."
Development

Successfully merging a pull request may close this issue.

2 participants