зеркало из https://github.com/mozilla/pjs.git
Bug 375246: Installation is broken by "can't coerce array into hash"
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
This commit is contained in:
Родитель
b9061c19ad
Коммит
50af1f5a4f
|
@ -309,7 +309,7 @@ sub print_module_instructions {
|
|||
my ($check_results, $output) = @_;
|
||||
|
||||
# We only print these notes if we have to.
|
||||
if ((!$output && %{$check_results->{missing}})
|
||||
if ((!$output && @{$check_results->{missing}})
|
||||
|| ($output && $check_results->{any_missing}))
|
||||
{
|
||||
print "\n* NOTE: You must run any commands listed below as "
|
||||
|
|
Загрузка…
Ссылка в новой задаче