commit | d79895814c855e9889931bfef5dfa720cc610775 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri May 27 16:41:44 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Sat May 28 00:12:16 2022 +0000 |
tree | 361619a26394f99fb2febfc21adeeedc1d1737d7 | |
parent | a5c9d7a4ffd10203f343d45c8fc59cdb7c42cd43 [diff] |
ncsid: Fix interruptible RA Capturing directly from a subshell into a variable blocks the bash process from waiting on a signal. Instead, use `coproc` and `read` to achieve the same result. Change-Id: I7ad8b01e2508c5a0c871d77d3a629ac5812656c5 Signed-off-by: William A. Kennington III <wak@google.com>