-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Hotfix v3.7.1. #219
Hotfix v3.7.1. #219
Conversation
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Do you want to use that path or do you want to pull from |
Signed-off-by: Christian König <[email protected]>
If we go for |
This fix (editing line 1) gives me at least a (working pih) screen output |
Yeah. We haven't decided yet if we go with |
editing the first line to /bin/sh does indeed fix the issue. |
Co-authored-by: Dan Schaper <[email protected]>
Call sh via /bin/env sh
Needs squash merge. |
@yubiuser Thanks for the quick fix! |
* Use /bin/sh instead of /usr/bin/sh * Version bump 3.7.1 Signed-off-by: Christian König <[email protected]> Co-authored-by: Dan Schaper <[email protected]>
Fixes #218 by referencing
/usr/bin/env sh
instead of/usr/bin/sh
within the shebang.