Open mbmilligan opened 4 years ago
Current spawner classes are inconsistent about using /bin/sh vs /bin/bash as the script interpreter.
/bin/sh
/bin/bash
Would recommend standardizing them to use /bin/sh since that is guaranteed to be present, and check other spawner scripts to remove bashisms.
Current spawner classes are inconsistent about using
/bin/sh
vs/bin/bash
as the script interpreter.Would recommend standardizing them to use
/bin/sh
since that is guaranteed to be present, and check other spawner scripts to remove bashisms.