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

Use proper sh semantics for the entrypoint #18

Merged
merged 1 commit into from
Nov 27, 2019

Conversation

schue
Copy link
Contributor

@schue schue commented Nov 23, 2019

Converted $* to "$@". This allows parameters to be passed correctly.

Converted $* to "$@". This allows parameters to be passed correctly.
@djmaze
Copy link
Owner

djmaze commented Nov 27, 2019

Well, thanks! Bash is a beast to me.

@djmaze djmaze merged commit 4ed3610 into djmaze:master Nov 27, 2019
@djmaze djmaze added the bug label Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants