From owner-cvs-all Sun Apr 4 0: 9:57 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 0) id 7F5351545F; Sun, 4 Apr 1999 00:06:59 -0800 (PST) Approved: pdiddle Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BF6614C85; Sat, 3 Apr 1999 04:57:46 -0800 (PST) (envelope-from cracauer@FreeBSD.org) Received: (from cracauer@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA49952; Sat, 3 Apr 1999 04:55:51 -0800 (PST) (envelope-from cracauer@FreeBSD.org) Message-Id: <199904031255.EAA49952@freefall.freebsd.org> From: Martin Cracauer Date: Sat, 3 Apr 1999 04:55:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh eval.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cracauer 1999/04/03 04:55:51 PST Modified files: bin/sh eval.c Log: In interactive shells, break loops to the topmost level when a child is killed by a signal. (In non-interactive shells - that means a shellscript - the shell just exits, this was already working) PR: bin/9173 Revision Changes Path 1.17 +6 -1 src/bin/sh/eval.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message