diff options
-rw-r--r-- | pear/PEAR/Command/Install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index cae832aec7..b9eb8aeeed 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -121,9 +121,9 @@ class PEAR_Command_Install extends PEAR_Command_Common // fall through case 'install': { if ($installer->install(@$params[0], $opts, $this->config)) { - $this->ui->displayLine("install ok"); + $this->ui->displayLine("$command ok"); } else { - $failmsg = "install failed"; + $failmsg = "$command failed"; } break; } |