From owner-freebsd-commit Thu Sep 21 06:24:44 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA05857 for freebsd-commit-outgoing; Thu, 21 Sep 1995 06:24:44 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA05842 for cvs-all-outgoing; Thu, 21 Sep 1995 06:24:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA05832 for cvs-bin-outgoing; Thu, 21 Sep 1995 06:24:30 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA05821 ; Thu, 21 Sep 1995 06:24:22 -0700 Date: Thu, 21 Sep 1995 06:24:22 -0700 From: Bruce Evans Message-Id: <199509211324.GAA05821@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh jobs.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/09/21 06:24:21 Modified: bin/sh jobs.c Log: Fix relocation of job table. while { sleep 1 & wait; } do echo 1; done corrupted the job table every 4th iteration.