mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Remember to close the read end of the pipe.
This commit is contained in:
parent
caf357a2c8
commit
bb4bb09d45
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ sub tinderbox($$$) {
|
|||
}
|
||||
push(@lines, $_);
|
||||
}
|
||||
close(RPIPE);
|
||||
if ($error) {
|
||||
$summary .= join('', @lines);
|
||||
print(BRIEF join('', @lines));
|
||||
|
|
|
|||
Loading…
Reference in a new issue