mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
* show "update ok" after updates
This commit is contained in:
parent
fdb724bffc
commit
dad70be69c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue