merge
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 08 Jul 2009 07:46:33 +0200
changeset 2322 85a3350e8e4d
parent 2318 17f7c3990f9b (diff)
parent 2317 d559ea3102db (current diff)
child 2374 ea1a44e4ad62
merge
--- a/cwctl.py	Tue Jul 07 18:51:03 2009 +0200
+++ b/cwctl.py	Wed Jul 08 07:46:33 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()