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

Consistent handling of shell command quoting #661

Closed
mih opened this issue Apr 18, 2024 · 1 comment
Closed

Consistent handling of shell command quoting #661

mih opened this issue Apr 18, 2024 · 1 comment
Milestone

Comments

@mih
Copy link
Member

mih commented Apr 18, 2024

As found in #655, we need to deal with command arg quoting in a more consistent manner. Sometimes things are not quoted (leading to failure with, e.g., filenames with spaces), sometimes they are manually quotes (putting arg in "{args}"), sometime sh_quote() is used.

We need to find and document the standard way(s) and implement that throughout.

@mih mih mentioned this issue Apr 23, 2024
10 tasks
@mih mih added this to the 1.4 milestone Apr 25, 2024
@mih
Copy link
Member Author

mih commented May 17, 2024

Closed via #690

@mih mih closed this as completed May 17, 2024
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

1 participant