branch | stable |
changeset 7369 | b3709a8274d5 |
parent 7155 | 4bab50b02927 |
child 7372 | 65bd75f16d65 |
--- a/cwctl.py Wed May 11 13:39:01 2011 +0200 +++ b/cwctl.py Wed May 11 17:04:29 2011 +0200 @@ -905,6 +905,7 @@ scripts, args = self.cmdline_parser.largs[1:], self.cmdline_parser.rargs for script in scripts: mih.cmd_process_script(script, scriptargs=args) + cnx.commit() else: mih.interactive_shell() finally: