Explicitly return right value.

wilder
Michael Pyne 15 years ago
parent a07f274e31
commit 44001951a6
  1. 2
      kdesrc-build

@ -3548,6 +3548,8 @@ sub ensure_projects_xml_present
if (!$result) {
die "Unable to download kde_projects.xml for the kde-projects repository!";
}
return $result;
}
# Reads in a "moduleset".

Loading…
Cancel
Save