]> granicus.if.org Git - php/commitdiff
* remove "exit" at the end, it causes a "false" exit code always
authorStig Bakken <ssb@php.net>
Tue, 2 Apr 2002 09:10:23 +0000 (09:10 +0000)
committerStig Bakken <ssb@php.net>
Tue, 2 Apr 2002 09:10:23 +0000 (09:10 +0000)
pear/scripts/pear.in

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