Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/27/1999 05:46:20
Module Name:	src
Committed By:	christos
Date:		Sat Mar 27 13:46:19 UTC 1999

Modified Files:
	src/bin/sh: main.c trap.c
Log Message:
When we execute commands from a shell script, make sure that the signals
are being caught (reported by Alexis Rosen), similar to the -c case.

#!/bin/sh
vi "$@"

^C when the script is running...