Cedric Blancher
2013-08-08 21:19:01 UTC
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
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 <cedric.blancher at gmail.com>
Institute Pasteur
Cedric Blancher <cedric.blancher at gmail.com>
Institute Pasteur