mojohaus / appassembler

https://www.mojohaus.org/appassembler/
MIT License
93 stars 49 forks source link

Shells are not always in the expected location #87

Closed adamretter closed 5 years ago

adamretter commented 5 years ago

For example NixOS does not have the expected system shells in /usr/bin. Instead the env command can be used to find the location of a shell.

In the generated scripts instead of #!/usr/bin/sh we should use #!/usr/bin/env sh