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
While it's true that /bin/bash in compiler.rs is a nearly foolproof method, certain environment managers, like pkgx, may provide bash on a system on which it is not otherwise globally installed. Either trusting the path, or calling /usr/bin/env bash -c ... allows for a wider variety of supported shells.
Extremely minor issue, to be sure, but something I came across while packaging the compiler.
The text was updated successfully, but these errors were encountered:
While it's true that
/bin/bash
incompiler.rs
is a nearly foolproof method, certain environment managers, likepkgx
, may providebash
on a system on which it is not otherwise globally installed. Either trusting the path, or calling/usr/bin/env bash -c ...
allows for a wider variety of supported shells.Extremely minor issue, to be sure, but something I came across while packaging the compiler.
The text was updated successfully, but these errors were encountered: