]> granicus.if.org Git - php/commitdiff
Oops, forgot the break;
authorTomas V.V.Cox <cox@php.net>
Sat, 23 Mar 2002 17:44:48 +0000 (17:44 +0000)
committerTomas V.V.Cox <cox@php.net>
Sat, 23 Mar 2002 17:44:48 +0000 (17:44 +0000)
pear/PEAR/Command/Package.php

index 5ee224eae38a8d15bb4eccb125cb97f9baa35eed..563aa5f0d0d47ded38c048a906fd12d0112736f0 100644 (file)
@@ -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;