Chet Ramey wrote:
cross-compiling bash is known to be broken as it'll mix your host signal defs into the target binaryThis is no longer true; bash-3.2 builds the signal list at invocation time rather than compile time when cross-compiling. Chet
so what do i need to have job control working? Chris