chiark / gitweb /
server/keyexch: Fix message name table in trace output.
[tripe] / keys / tripe-keys.in
index 3ca2834b73e12a82bc08f7dd798b328e266fc894..b195342c0c50e1b981be4b6e247518faa2176bc6 100644 (file)
@@ -143,6 +143,7 @@ def run(args):
       nargs += a[1:].split()
   args = nargs
   print '+ %s' % ' '.join(args)
+  SYS.stdout.flush()
   rc = OS.spawnvp(OS.P_WAIT, args[0], args)
   if rc != 0:
     raise SubprocessError, rc