diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-10-14 21:46:22 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-14 21:46:22 +0100 |
commit | 5270167c759773bee48942b1cf6c7c66ebe97535 (patch) | |
tree | 2cb292fa7cc9f0d69c925a22ef92d8e7a19a21f6 | |
parent | f0b3aaf34564006229d5bda2927d6706d77f57ea (diff) |
print all broken modules out correctly, not just one
-rwxr-xr-x | solenv/bin/build.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl index 0beb37134e88..bf4a02291682 100755 --- a/solenv/bin/build.pl +++ b/solenv/bin/build.pl @@ -1719,7 +1719,7 @@ sub cancel_build { } my $module = shift @broken_modules_names; - if ($broken_modules_names > 1) { + if ($broken_modules_number > 1) { print " it seems you are using a threaded build, which means that the\n"; print " actual compile error is probably hidden far above, and could be\n"; print " inside any of these other modules:\n"; |