mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
* remove "exit" at the end, it causes a "false" exit code always
This commit is contained in:
parent
990d19aefe
commit
812d9bf3c4
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue