From c92e09ea9efdc6b8e3a3dbc03916f6d12a0a4ff1 Mon Sep 17 00:00:00 2001 From: smathieu Date: Wed, 8 Dec 2010 19:32:40 -0500 Subject: Fix bug that caused test test_sub_commands to fail. --- distutils2/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distutils2') diff --git a/distutils2/run.py b/distutils2/run.py index 7e63f14..69ab723 100644 --- a/distutils2/run.py +++ b/distutils2/run.py @@ -128,7 +128,7 @@ def main(): if len(args) == 0: parser.print_help() - commands_main() + return commands_main() # sys.exit(0) if __name__ == '__main__': -- cgit v1.2.1