Commit 12f49be2 authored by Reinout van Rees's avatar Reinout van Rees

Of course, exiting after printing the version number

parent 93194721
......@@ -74,6 +74,7 @@ parser.add_option("--setuptools-to-dir",
options, args = parser.parse_args()
if options.version:
print("bootstrap.py version %s" % __version__)
sys.exit(0)
######################################################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment