[email protected] wrote: > Bash doesn't handle signals properly in interactive shells.
Bash also does not handle signlals properly in non-interactive shells. If you call bash -c cmd...., bash sets up process grous and thus you cannot simply abort layered "make" calls by typing ^C. My "smake" for this reason contains extra code to propagate the signal to the sub shell with different process groups. Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ opensolaris-discuss mailing list [email protected]
