Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!EECS.NWU.EDU!naim From: naim@EECS.NWU.EDU (Naim Abdullah) Newsgroups: gnu.bash.bug Subject: wait does not wait in bash 1.01 Message-ID: <8907090131.aa28216@delta.eecs.nwu.edu> Date: 9 Jul 89 06:31:47 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 20 One of our bash users pointed out that the bash builtin "wait" does not wait for the background processes to terminate. I checked in builtins.c and noticed that the function wait_builtin() was empty! Repeat By: bash> sleep 100000 & bash> wait Fix: Implement wait_builtin() in builtins.c ? Naim Abdullah Dept. of EECS, Northwestern University Internet: naim@eecs.nwu.edu Uucp: {oddjob, chinet, att}!nucsrl!naim