summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-19 04:09:10 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-19 04:09:10 +0000
commit97c44e24ad6ddf3e45ce14038af53d93e89f8999 (patch)
treef9a7109a2c7d0a2773978864b6932c996938ea3f /packages.py
parent4f4a93c00fe2e46c9901895d58ddcff1ad2e5736 (diff)
downloadanaconda-97c44e24ad6ddf3e45ce14038af53d93e89f8999.tar.gz
anaconda-97c44e24ad6ddf3e45ce14038af53d93e89f8999.tar.xz
anaconda-97c44e24ad6ddf3e45ce14038af53d93e89f8999.zip
sys.exit -> os._exit in children (from msw)
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 5c0fd0c09..78bb914e6 100644
--- a/packages.py
+++ b/packages.py
@@ -1319,7 +1319,7 @@ def setFileCons(instPath, partitions):
continue
ret = isys.resetFileContext(f)
log("set fc of %s to %s" %(f, ret))
- sys.exit(0)
+ os._exit(0)
try:
os.waitpid(child, 0)