]> git.lizzy.rs Git - rust.git/blobdiff - x.py
Minor grammar fix 'can not' -> 'cannot'
[rust.git] / x.py
diff --git a/x.py b/x.py
index 54148b0d2b29de511ff955d3d2a5e46d04f5326e..d281a6abc93e37ef7321bf83110ec54846e3df5a 100755 (executable)
--- a/x.py
+++ b/x.py
@@ -16,4 +16,7 @@ sys.path.append(os.path.abspath(os.path.join(dir, "src", "bootstrap")))
 
 import bootstrap
 
-bootstrap.main()
+try:
+    bootstrap.main()
+except KeyboardInterrupt:
+    sys.exit()