Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Emulating bash
- X-seq: zsh-users 3938
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Mads Martin J?rgensen" <mmj@xxxxxxxx>
- Subject: RE: Emulating bash
- Date: Mon, 25 Jun 2001 10:54:07 +0400
- Cc: <zsh-users@xxxxxxxxxx>
- Importance: Normal
- In-reply-to: <20010624234112.H22534@xxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
>
> 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