Brendan O'Dea wrote:
> there are quite a few instances in /etc/init.d/*.sh scripts where "exit" is
> called.


All the exit commands are either (1) at the end of usage exception sections,
or (2) preceded by colons ':'.  Testing suggests that a ": exit 0" does the
same as ":", namely, nothing.

Miquel: What is the purpose of those ": exit 0" commands?  Do they have an
effect under some conditions?

-- 
Thomas Hood


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to