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...