diff options
-rwxr-xr-x | bin/ebuild-ipc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ebuild-ipc.py b/bin/ebuild-ipc.py index f8ec881c8..45d71202e 100755 --- a/bin/ebuild-ipc.py +++ b/bin/ebuild-ipc.py @@ -153,6 +153,8 @@ class EbuildIpc(object): "ebuild-ipc: %s\n" % (e,), level=logging.ERROR, noiselevel=-1) + input_file.close() + retval = 2 if not buf: |