[jhbuild] [bot] Fixing fall out of ee4bf954709024d0



commit 91b0b6119113f7fd0c1013b5e6676cfcac975c2e
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Feb 3 20:12:36 2010 +0100

    [bot] Fixing fall out of ee4bf954709024d0

 jhbuild/commands/bot.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/bot.py b/jhbuild/commands/bot.py
index 4db7b3b..b2ce18b 100644
--- a/jhbuild/commands/bot.py
+++ b/jhbuild/commands/bot.py
@@ -174,7 +174,7 @@ class cmd_bot(Command):
                 rc = buildscript.build(phases=phases)
             else:
                 command = args[0]
-                rc = jhbuild.commands.run(command, config, args[1:])
+                rc = jhbuild.commands.run(command, config, args[1:], help=None)
             sys.exit(rc)
 
         if options.start_server:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]