diff options
author | Matt Wilson <msw@redhat.com> | 1999-11-10 21:05:14 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-11-10 21:05:14 +0000 |
commit | cceb3faf2d8119c467892ea444804a8af9ff40d0 (patch) | |
tree | f39f25cc81d4c35a9dbf3442c20f453237c6f5ff | |
parent | 26f5d9c3ddcedafd374fb8c1e0ab1177d449a9da (diff) | |
download | anaconda-cceb3faf2d8119c467892ea444804a8af9ff40d0.tar.gz anaconda-cceb3faf2d8119c467892ea444804a8af9ff40d0.tar.xz anaconda-cceb3faf2d8119c467892ea444804a8af9ff40d0.zip |
-rw-r--r-- | xserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver.py b/xserver.py index 3ff5c8f70..4e64a9057 100644 --- a/xserver.py +++ b/xserver.py @@ -207,7 +207,7 @@ EndSection sys.kill(server, 15) pid, status = os.waitpid(server, 0) except: - sys.exit(-1) + sys.exit(0) sys.exit((status >> 8) & 0xf) |