Hi everyone, I am working on a package whose main executable is a shell script that calls lots of small tools (coreutils etc.). In my current version, I make those tools propagated-inputs. That works fine, but adds a lot of noise to the user profile.
Is there any support for modifying or wrapping the script such that it has access to its tools in some other way? I theory, I could patch all the lines in the script to contain the full path to the relevant binaries, but that's an enormous effort (and error-prone). Cheers, Konrad.