Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Emulating bash



>
> Of course -- totally forgot.
>
> It is when trapping SIGINT and SIGTERM, it says unknown signal. SIGQUIT
> and SIGSEGV are not problematic..
>

What system? Have you compiled it yourself or got binary? Zsh autogenerates
signal names from system include file (it tries to guess the correct one).
On my system:

bor@itsrm2% kill -l
HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM USR1 USR2
CLD PWR WINCH URG POLL STOP TSTP CONT TTIN TTOU VTALRM PROF XCPU XFSZ

Both INT and TERM are there.

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author