fix make-bootstrap-tarballs

This commit is contained in:
David Glasser
2014-12-01 17:00:06 -08:00
parent c49a441d3d
commit 04a65c19e4

View File

@@ -2281,7 +2281,7 @@ main.registerCommand({
var toolVersion = toolConstraint.constraints[0].version;
var toolPkgBuilds = catalog.official.getAllBuilds(
toolPkgBuilds, toolVersion);
toolPackage, toolVersion);
if (!toolPkgBuilds) {
// XXX this could also mean package unknown.
Console.error('Tool version unknown: ' + release.tool + '');