You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using esy on FreeBSD, where bash package is not available in base system, but installed into /usr/local/bin/bash. This breaks esy builds (for example when esy builds ocaml) because esy-configure fails.
The scripts should probably use #!/usr/bin/env bash to be versatile!
The text was updated successfully, but these errors were encountered:
So we might instead remove bash dependencies (I don't think we use any of bash features so you should be able to just replace the shebang. Can you replace and check you can compile ? Then do a PR
ocaml/esy-configure
Line 1 in b267980
I am using esy on FreeBSD, where bash package is not available in base system, but installed into
/usr/local/bin/bash
. This breaks esy builds (for example when esy builds ocaml) because esy-configure fails.The scripts should probably use
#!/usr/bin/env bash
to be versatile!The text was updated successfully, but these errors were encountered: