summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-05-09 06:49:12 +0000
committerStig Bakken <ssb@php.net>2002-05-09 06:49:12 +0000
commitdad70be69c7e0ceec1388efcf176b01d63193e1d (patch)
tree148a1905075d1b8d2745118efaae6db7c2790026
parentfdb724bffcc5a6e84e6499c1f7014aa5e1f33bee (diff)
downloadphp-git-dad70be69c7e0ceec1388efcf176b01d63193e1d.tar.gz
* show "update ok" after updates
-rw-r--r--pear/PEAR/Command/Install.php4
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;
}