Browse Source

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

experimental/new_ui_api
Stig Bakken 25 years ago
parent
commit
812d9bf3c4
  1. 2
      pear/scripts/pear.in

2
pear/scripts/pear.in

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

Loading…
Cancel
Save