marcosnils / bin

Effortless binary manager
MIT License
648 stars 45 forks source link

Fix wrapper generated by docker_unix provider #106

Closed psvo closed 3 years ago

psvo commented 3 years ago

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 commented 3 years ago

+1. Thx for the contribution!