Comment 28 for bug 141641

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 141641] Re: installing lsb requires postfix

Till Kamppeter [2010-02-23 9:11 -0000]:
> Jeff, the "exit" command seems not to support -1:

"exit 255" in shell will do the equivalent. Or rather, "exit(-1)" in C
is equivalent to "exit(255)", since the exit code is a byte.

Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)