I asked `shell_command` to include `echo` in `tool...
# general
h
I asked
shell_command
to include
echo
in
tools
. My script can call
echo
fine, but a
make
call inside the script is complaining about not finding
echo
. When I preserve sandboxes, I don't see
echo
among the tools in the binary shims. Any reason why
echo
would be special?
https://github.com/pantsbuild/pants/issues/19367 in case anyone would like to follow along/see how we overcame the limitation.