Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Signal-handling problem
- X-seq: zsh-workers 5745
- From: DEW16@xxxxxxxxxxxxxxxxxxx
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Signal-handling problem
- Date: Wed, 10 Mar 1999 18:43:59 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
DEW16@xxxxxxxxxxxxxxxxxxx wrote:
>> Okay, so I *LOVE* zsh, but I seem to have a small problem. For some reason,
>> it doesn't know how to handle signals.
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> wrote:
>The test for finding the signal names has obviously failed on your OS, so
>the array is far too short and when an unknown signal comes the shell looks
>for something which isn't there <snip!>
Say, thank you and everyone else for the tips. You were precisely correct. I'm
using zsh
3.0.5, and I discovered that, for some reason, my version of gawk (3.0.3) wasn't
working correctly when invoked to create signals.h. I was able to sidestep this
by editing the Makefile in the Src directory so that AWK = nawk (instead of
gawk) and recompiling. The output from 'kill -l' looks reasonable now (i.e.,
it's not empty!) and the signal-handling seems to work just fine...
Thanks again,
-Dave
Messages sorted by:
Reverse Date,
Date,
Thread,
Author