From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay2.UU.NET ([137.39.1.7]) by archone.tamu.edu with SMTP id <45332>; Wed, 12 Feb 1992 10:43:31 -0600 Received: from uunet.uu.net (via LOCALHOST.UU.NET) by relay2.UU.NET with SMTP (5.61/UUNET-internet-primary) id AA14959; Wed, 12 Feb 92 11:43:15 -0500 Received: from srg.UUCP by uunet.uu.net with UUCP/RMAIL (queueing-rmail) id 114129.12113; Wed, 12 Feb 1992 11:41:29 EST Received: from ceres.srg.af.mil by srg.srg.af.mil id aa28353; Wed, 12 Feb 92 11:37:42 EST From: culliton@srg.af.mil (Tom Culliton x2278) X-Mailer: SCO System V Mail (version 3.2) To: byron@archone.tamu.edu, rc@archone.tamu.edu Subject: Re: redirection bug Date: Wed, 12 Feb 1992 10:37:54 -0600 Message-Id: <9202121137.aa04813@ceres.srg.af.mil> >> Here's the patch to the extra-fork redirection bug that Chris just >> mentioned: >> >> (this patch comprises all the changes made to walk.c since rc-1.3beta, >> but fortunately there is just one other minor change in addition to this >> one:) I'm confused. Do you mean that this is a patch for Chris's bug plus one other minor thing or that there is one other minor patch to 1.3beta beside this? (maybe the patch for builtin.c?) In any case 1.3beta has held up quite well to substantial abuse aside from the oddness with SIGINT I noted earlier. As a side note I've collected several hints for other SCO Unix users if anyone is intrested, everything from patches to system include files to small rc functions that improve speed substantially. For example, fn true { return 0 } is a big win vs. firing up the Bourne shell every time through a loop with "while (true)". Tom