redo sand noticed byg into the stable branch stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 08 Jul 2009 07:45:59 +0200
branchstable
changeset 2321 0b363cd5ef76
parent 2320 17dc9661af57
child 2326 05ae71d9a069
redo sand noticed byg into the stable branch
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()