From dad70be69c7e0ceec1388efcf176b01d63193e1d Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 9 May 2002 06:49:12 +0000 Subject: [PATCH] * show "update ok" after updates --- pear/PEAR/Command/Install.php | 4 ++-- 1 file 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; } -- 2.50.1