mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-17 15:50:11 +01:00
When ${SH} is quoted one cannot replace the shell with another shell with
arguments, e.g., for debugging purposes: SH="sh -x" bastille ...
Don't quote, expect the shell path to never contain a space and be from /etc/shells.
This fixes #1240