From fdce319634a4649e79ca08544af018cc482a96d4 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Sat, 23 Mar 2002 17:44:48 +0000 Subject: [PATCH] Oops, forgot the break; --- pear/PEAR/Command/Package.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.50.1