summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-24 00:01:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-24 00:01:23 +0000
commit3c10025241e8f28faec939c3d26aa90190dcda54 (patch)
tree09456721130042f39100e33fc9cee38af326a020 /gpsfake
parent97049a30a9051b5a404080278cf13d3cb7d4331d (diff)
downloadgpsd-3c10025241e8f28faec939c3d26aa90190dcda54.tar.gz
Freeze before pulling the session-faking stuff into its own module.
Diffstat (limited to 'gpsfake')
-rwxr-xr-xgpsfake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsfake b/gpsfake
index b60d4863..1fee8492 100755
--- a/gpsfake
+++ b/gpsfake
@@ -271,7 +271,7 @@ if __name__ == "__main__":
except OSError:
sys.stderr.write("gpsfake: '%s' failed.\n" % spawncmd)
os.kill(child, signal.SIGTERM)
- raise SytemExit,1
+ raise SystemExit,1
os.kill(child, signal.SIGTERM)
raise SystemExit,0
else: