From owner-cvs-bin Thu Sep 21 06:24:30 1995 Return-Path: owner-cvs-bin 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-cvs-bin@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.