From: Tomas V.V.Cox Date: Sat, 23 Mar 2002 17:44:48 +0000 (+0000) Subject: Oops, forgot the break; X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1087 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdce319634a4649e79ca08544af018cc482a96d4;p=php Oops, forgot the break; --- diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php index 5ee224eae3..563aa5f0d0 100644 --- a/pear/PEAR/Command/Package.php +++ b/pear/PEAR/Command/Package.php @@ -94,8 +94,7 @@ class PEAR_Command_Package extends PEAR_Command_Common } switch ($att['role']) { case 'test': - continue 2; - $dest = '-- will not be installed --'; + $dest = '-- will not be installed --'; break; case 'doc': $dest = $this->config->get('doc_dir') . DIRECTORY_SEPARATOR . $dest;