Revision fbe5b278 scripts/gnt-instance

b/scripts/gnt-instance
556 556
  if opts.show_command:
557 557
    print utils.ShellQuoteArgs(cmd)
558 558
  else:
559
    # drop lock and exec so other commands can run while we have console
560
    utils.Unlock("cmd")
561 559
    try:
562 560
      os.execvp(cmd[0], cmd)
563 561
    finally:

Also available in: Unified diff