Exit with the correct return code

This commit is contained in:
Kiall Mac Innes 2012-10-28 18:08:42 +00:00
parent 7c64019e45
commit b7bee717b2

@ -18,4 +18,4 @@ import sys
from monikerclient.shell import MonikerShell
shell = MonikerShell()
shell.run(sys.argv[1:])
sys.exit(shell.run(sys.argv[1:]))