Bug#862326: ksh: 'set -m' is broken in non-interactive shells: ksh stops after each external command

2018-07-12 Thread G.raud
package ksh tags fixed-upstream thanks Hello, This bug is fixed upstream; I just tested it inside stable with the code from https://github.com/att/ast. The commit fixing it could be 848d1997 (Fix job control if ksh is started as login shell, 2018-03-26). Regards

Bug#862326: ksh: 'set -m' is broken in non-interactive shells: ksh stops after each external command

2017-05-11 Thread Vincent Lefevre
Package: ksh Version: 93u+20120801-2+b1 Severity: normal When I use 'set -m' is a non-interactive shell, ksh stops after each external command. For instance, with ksh93 -c 'set -m; /bin/true; /bin/true; true' I need to type fg twice to make it terminate. $ ksh93 -c 'set -m; /bin/true;