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

Fix wrapper generated by docker_unix provider #106

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

psvo
Copy link
Contributor

@psvo psvo commented Jul 12, 2021

Wrapper script generated by docker_unix provider does not contain shebang for the shell. Some shells may fail to execute the script. For example fish is affected.

Add shebang for /bin/sh to make the wrapper script more portable.

Wrapper script generated by docker_unix provider does not contain
shebang for the shell. Some shells may fail to execute the script.
For example fish is affected.

Add shebang for /bin/sh to make the wrapper script more portable.
@marcosnils
Copy link
Owner

+1. Thx for the contribution!

@marcosnils marcosnils merged commit 0d3d9cf into marcosnils:master Jul 12, 2021
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.

2 participants