Debian uses 'dash' as its /bin/sh. Buster/testing is at version 0.5.10.2, Stretch/stable at 0.5.8.|I've also tried on Debian stable to rule out any weirdness in current |testing and get the same result. | |Any ideas? Not at the moment, no.I guess I could edit the various scripts to use /bin/bash explicity, that should work. Will try later today.
for that purpose, it's sufficient to: apt-get install bash ln -sf bash /bin/sh Or do the scripts contain this shebang?: #!/bin/dash
