I noticed that some of netdata’s plugins silently fail due to bash not being in their path.
I have this commit that fixes it, but I’m worried about the fact that I’m adding bash
to the buildinputs.
Is there a chance that this breaks cross builds?
If so, how should I patch the shebangs then?