jobs(1) handling is broken in ast-ksh.20130807.

I'm doing this in an interactive session:
$ ~/bin/ksh
$ jobs -l
$ true &
[1]     26842
$
[1] +  Done                    true &
$ jobs -l
[1] + 26842      Running                 true &
$ sleep 10
$ jobs -l
[1] + 26842      Running                 true &
$ disown %1
$ jobs -l
[1] + 26842      Running                 true &

Ced
-- 
Cedric Blancher <[email protected]>
Institute Pasteur
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to