Y
Hacker News
new
|
ask
|
show
|
jobs
by
_piif
1122 days ago
Also /usr/bin/env bash is required on NixOS and Guix, neither of which have /bin/bash.
1 comments
charcircuit
1122 days ago
/usr/bin/env does not exist on Android. shebangs are inherently not portable because they can't be used to find a binary using $PATH.
link