Eric Blake <[EMAIL PROTECTED]> writes:

> I know it is not portable to do "trap '' TERM", since ash only accepts
> signal numbers.  But is it portable to do 'kill -TERM', or must I do
> 'kill -15'?  The manual doesn't currently mention any pitfalls of kill.

Unix version 7 didn't support 'kill -TERM'.  I don't know which Unixes
have it these days, but I suspect most do.

POSIX (without the XSI extension) doesn't support either syntax;
you're supposed to say 'kill -s TERM'.


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to