:wave: for shell scripts in the context of reusing...
# general
f
👋 for shell scripts in the context of reusing build tooling, does pants offer anything out of the box for shell/coreutils isolation? so that shell scripts gets executed with gnu equivalents on both mac os and linux for instance?
e
A test would be needed to confirm provenance.
A poor-mans method today would be to configure this option in
pants.toml
if you can come up with an appropriate search path that ensures the results you want: https://www.pantsbuild.org/docs/reference-shell-setup#section-executable-search-paths
f
thanks, that’s a good start! 😃