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

Remove Default sh in Process Args #196

Closed

Conversation

bkochendorfer
Copy link

Defaulting to sh is not covered in the spec.

Signed-off-by: Brett Kochendorfer brett.kochendorfer@gmail.com

Closes #166

Defaulting to sh is not covered in the spec

Signed-off-by: Brett Kochendorfer <brett.kochendorfer@gmail.com>
@bkochendorfer
Copy link
Author

Was this the right approach or not what you were looking for with regards to the issue?

@zhouhao3
Copy link

Args in the spec have the following provisions:

This specification extends the IEEE standard in that at least one entry is REQUIRED,

So I think args should not be empty, if sh is wrong, Is it possible to replace sh with a correct value?

@bkochendorfer
Copy link
Author

@q384566678 That's a good question. Would it be better here to complain that no arg was provided rather than defaulting to sh?

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

Successfully merging this pull request may close these issues.

image: assumes that container has sh in PATH
2 participants