> I can see some "bashisms" in the shell scripts, did you consider using > raw /bin/sh or is it too much work and `bash` is the best way already? > I am asking because on Linux `/bin/sh` is `/bin/bash` while on BSD > `/bin/sh` is /bin/sh` while `bash` is the optional package :-)
i consider using bash-only features in a script with /bin/sh shebang is a bug. please feel free to contribute patches, either to avoid bashism or to fix shebang.