# HG changeset patch # User Sylvain Thénault # Date 1247031959 -7200 # Node ID 0b363cd5ef76e4baff5404e014eedacd377fea01 # Parent 17dc9661af57ae2050ff710b632af125049e44c6 redo sand noticed byg into the stable branch diff -r 17dc9661af57 -r 0b363cd5ef76 cwctl.py --- a/cwctl.py Wed Jul 08 07:44:49 2009 +0200 +++ b/cwctl.py Wed Jul 08 07:45:59 2009 +0200 @@ -733,7 +733,7 @@ mih = config.migration_handler() if args: for arg in args: - mih.process_script(script) + mih.process_script(arg) else: mih.interactive_shell() mih.shutdown()