* remove "exit" at the end, it causes a "false" exit code always

This commit is contained in:
Stig Bakken 2002-04-02 09:10:23 +00:00
parent 990d19aefe
commit 812d9bf3c4

View file

@ -129,8 +129,6 @@ if ($ok === false) {
PEAR::raiseError("unknown command `$command'"); PEAR::raiseError("unknown command `$command'");
} }
exit;
// {{{ usage() // {{{ usage()
function usage($error = null, $helpsubject = null) function usage($error = null, $helpsubject = null)