Subject: Re: CVS commit: basesrc/bin/kill
To: Christos Zoulas <christos@zoulas.com>
From: Klaus Klein <kleink@reziprozitaet.de>
List: source-changes
Date: 11/25/2002 21:30:33
christos@zoulas.com (Christos Zoulas) writes:

> heh. bash agrees with me. you just need an extra enter [hit return
> one more time and the process will exit].

Hmm, that's interesting.  Further looking at bash's kill_pid() it
seems that this is an inconsistency when kill is invoked on a
non-pgrp, non-jobspec argument which may be a bug.

So FWIW, I do agree that this change may be convenient in many cases.
It's just that I looked at the standard and found no wording which
would permit it.  However, given the preeminence of implementations
that do SIGCONT these, I don't really mind.


- Klaus