summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/bdist.py')
-rw-r--r--Lib/distutils/command/bdist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/command/bdist.py b/Lib/distutils/command/bdist.py
index 889cdba..685f525 100644
--- a/Lib/distutils/command/bdist.py
+++ b/Lib/distutils/command/bdist.py
@@ -63,6 +63,7 @@ class bdist (Command):
sub_cmd = self.find_peer (cmd_name)
sub_cmd.set_option ('format', self.format)
+ self.run_peer (cmd_name)
# run()