Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sail): POSIX compliance for shebang script
/bin/bash is not guaranteed to exist on all Linux distributions, NixOS does not have one. Prefer `/usr/bin/env` which should really (empirically) always exist. Signed-off-by: Raito Bezarius <[email protected]>
- Loading branch information