From 812d9bf3c4441d76c6fe61332aa4401540081f4c Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 2 Apr 2002 09:10:23 +0000 Subject: [PATCH] * remove "exit" at the end, it causes a "false" exit code always --- pear/scripts/pear.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/pear/scripts/pear.in b/pear/scripts/pear.in index 228c511a44..9fe5f7c1f7 100644 --- a/pear/scripts/pear.in +++ b/pear/scripts/pear.in @@ -129,8 +129,6 @@ if ($ok === false) { PEAR::raiseError("unknown command `$command'"); } -exit; - // {{{ usage() function usage($error = null, $helpsubject = null) -- 2.40.0