Fix shell script execution command.
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 07 Jul 2009 17:41:56 -0700
changeset 2318 17f7c3990f9b
parent 2304 8381cc99daa8
child 2322 85a3350e8e4d
Fix shell script execution command.
cwctl.py
--- a/cwctl.py	Tue Jul 07 11:38:58 2009 +0200
+++ b/cwctl.py	Tue Jul 07 17:41:56 2009 -0700
@@ -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()