K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-05-24T10:35:57.786856Z K 7 svn:log V 449 sh: Reap any zombies before forking for a background command. This prevents accumulating huge amounts of zombies if a script executes many background commands but no external commands or subshells. Note that zombies will not be reaped during long calculations (within the shell process) or read builtins, but those actions do not create more zombies. The terminated background commands will also still be remembered by the shell. PR: bin/55346 END