From owner-cvs-bin Tue Nov 12 10:36:13 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12339 for cvs-bin-outgoing; Tue, 12 Nov 1996 10:36:13 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12281; Tue, 12 Nov 1996 10:35:19 -0800 (PST) Date: Tue, 12 Nov 1996 10:35:19 -0800 (PST) From: Peter Wemm Message-Id: <199611121835.KAA12281@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh eval.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/12 10:35:15 Modified: bin/sh eval.c Log: Back out rev 1.7 which was to fix PR#1206 (to be reopened). This patch causes too many side effects, one of which bites hard is when interrupting a 'make fetch' in the ports tree (PR#1990). This whole area is a real can of worms.... This most definately should go into 2.2 Reviewed by: steve, bde Revision Changes Path 1.8 +2 -19 src/bin/sh/eval.c