cwctl.py
branchstable
changeset 2339 00b704535984
parent 2321 0b363cd5ef76
child 2395 e3093fc12a00
--- a/cwctl.py	Wed Jul 08 13:58:37 2009 +0200
+++ b/cwctl.py	Wed Jul 08 13:59:22 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()