-
Notifications
You must be signed in to change notification settings - Fork 764
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
$ in command is to aggressively replaced with $() #1636
Comments
Also, seems like underscores are not treated property: |
I'm not sure escaping variables for bash is the best way to handle the initial issue presented here: #1497 One of the many possible counter-examples is to use a script / config file from command args, in a language other than bash/sh. In this case, the code to be executed (PHP, but it can be any language) must remain unchanged.
However, I get the initial simple case that led to this change, it is fairly common. If escaping must remain in place, at least the regex should be changed to allow more complex cases:
I think it should be somewhere along the lines of
I will try to open a PR in the coming period, as soon as I can test the changes. |
@sfdumi I can assign it to you if you want to open a PR for this issue. |
Sure. |
/assign sfdumi |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The
The user could work around this issue if |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Don't know why this is closed. The issue still there. |
Expected Behavior
it should translate to:
which results in kubernetes the following output:
Actual Behavior
it translates to
which in kubernetes will result the following output
Steps To Reproduce
No response
Kompose Version
Docker-Compose file
Anything else?
No response
The text was updated successfully, but these errors were encountered: