Hello.
Test machine.
Debian GNU Linux
Shellutils: 2.0
libc6:      2.1.3

runnig 'sleep' I discovered probable bug.

$ sleep 1000 <enter>
<control-z>
[1]+  Stopped                 sleep 1000

$ jobs
[1]+  Stopped                 sleep 1000

$ bg %1
[1]+ sleep 1000 &

After that (immediately)
[1]+  Done                    sleep 1000

So sleep "dies" without proper sleeping.
Is this a bug or a feature?

Such "sleep" on Solaris 7 and HP-UX 10.0 works properly (not GNU sleep).

sincerely,
rafal 
-- 

_______________________________________________
Bug-sh-utils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-sh-utils

Reply via email to