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

Che Task which contains a command with single-quotes doesn't work properly. #13323

Closed
akurinnoy opened this issue May 13, 2019 · 1 comment
Closed
Assignees

Comments

@akurinnoy
Copy link
Contributor

Description

Che Task which contains a command with single-quotes doesn't work properly. It fails with a syntax error.

Reproduction Steps

Run task from command:

{ dev_server=$(pgrep -f disable-host-check) && kill $(echo $dev_server | tr '\n' ' ') && echo "Webpack dev server's processes are killed"; } || echo "Webpack dev server is not running"
This was referenced May 13, 2019
@AndrienkoAleksandr AndrienkoAleksandr self-assigned this May 22, 2019
@AndrienkoAleksandr AndrienkoAleksandr added the status/in-progress This issue has been taken by an engineer and is under active development. label May 22, 2019
@akurinnoy
Copy link
Contributor Author

Here is devfile to test: workspace-loader-devfile

Command [workspace loader] kill dev server fails with following error:

): 1: ): Syntax error: end of file unexpected (expecting ")")

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

No branches or pull requests

2 participants