The command
kill -l 0
outputs T. I would expect EXIT as T is not a valid signal or
pseudosignal name. Since T is the last letter of EXIT, I suspect a typo
somewhere.
AT&T ksh93 outputs EXIT. pdksh/mksh and zsh output 0 (presumably EXIT is
not a real signal). dash and yash give a "no such
On 9/12/16 10:30 AM, Franco Costantini wrote:
> By the way, we actually found more than 10 (potentially) different errors
> (judging by their backtrace), but I didn't want to spam the list. What
> would be the best way to report them?
Send them to me.
Chet
--
``The lyf so short, the craft so lo
By the way, we actually found more than 10 (potentially) different errors
(judging by their backtrace), but I didn't want to spam the list. What
would be the best way to report them?
Regards
On Sat, Sep 10, 2016 at 7:52 PM, Chet Ramey wrote:
> On 9/9/16 9:35 AM, Franco Costantini wrote:
> > Hi,