cwctl.py
branchstable
changeset 2213 713e220e7425
parent 2156 fadb86b040a9
child 2275 bc0bed0616a3
--- a/cwctl.py	Wed Jul 01 11:33:18 2009 +0200
+++ b/cwctl.py	Wed Jul 01 11:33:40 2009 +0200
@@ -141,7 +141,7 @@
             if forkcmd:
                 status = system('%s %s' % (forkcmd, appid))
                 if status:
-                    sys.exit(status)
+                    print '%s exited with status %s' % (forkcmd, status)
             else:
                 self.run_arg(appid)