Remember to close the read end of the pipe.

This commit is contained in:
Dag-Erling Smørgrav 2003-05-26 12:12:45 +00:00
parent caf357a2c8
commit bb4bb09d45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115318

View file

@ -248,6 +248,7 @@ sub tinderbox($$$) {
}
push(@lines, $_);
}
close(RPIPE);
if ($error) {
$summary .= join('', @lines);
print(BRIEF join('', @lines));