# HG changeset patch # User Sandrine Ribeau # Date 1247013716 25200 # Node ID 17f7c3990f9b8a386858f08d0de680659a1e6fb2 # Parent 8381cc99daa8f7d10dc734953a3cdcaa9afd0d3f Fix shell script execution command. diff -r 8381cc99daa8 -r 17f7c3990f9b 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()