Commit b4151b52 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 375246: Installation is broken by "can't coerce array into hash"

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
parent 841ede34
......@@ -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 "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment