From owner-cvs-bin Mon Oct 21 20:02:21 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA09616 for cvs-bin-outgoing; Mon, 21 Oct 1996 20:02:21 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA09593; Mon, 21 Oct 1996 20:02:10 -0700 (PDT) Date: Mon, 21 Oct 1996 20:02:10 -0700 (PDT) From: Steve Price Message-Id: <199610220302.UAA09593@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 steve 96/10/21 20:02:09 Modified: bin/sh eval.c Log: Close PR# 1206. sh(1) now ignores SIGINT and SIGQUIT when a child is forked and the -c commandline switch has been specified. Reviewed by: joerg Revision Changes Path 1.7 +19 -3 src/bin/sh/eval.c