Trapping CHLD signal - ZSH works but ksh/bash/sh don't? Trapping CHLD signal - ZSH works but ksh/bash/sh don't? bash bash

Trapping CHLD signal - ZSH works but ksh/bash/sh don't?


Bash automatically enables job control when interactive, but in scripts you must turn it on explicitly.

set -m