diff options
-rw-r--r-- | pear/PEAR/Command/Package.php | 3 |
1 files changed, 1 insertions, 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; |