summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/getbinpkg.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/getbinpkg.py b/pym/portage/getbinpkg.py
index b5a15aaaf..c16570c46 100644
--- a/pym/portage/getbinpkg.py
+++ b/pym/portage/getbinpkg.py
@@ -422,6 +422,8 @@ def file_get_lib(baseurl,dest,conn=None):
rc = 0
try:
f = conn.open(address)
+ except SystemExit:
+ raise
except Exception:
rc = 1
else: