ridiculousfish 6c22c8893b Switch from tee to cat in psub --fifo
Prior to this fix, we would write to a fifo via cat >$filename & .
However in some cases (and soon in all cases) we open the file before
the fork, not after. This results in a deadlock because the file open
cannot succeed until a write begins.

Switch to using tee to write to the file. Because tee opens the file itself,
fish is no longer responsible and the deadlock is resolved.
2019-02-03 01:58:49 -08:00
..
2016-11-27 21:27:22 -08:00
2018-10-29 13:56:40 -05:00
2016-11-27 21:27:22 -08:00
2018-05-12 13:48:32 +02:00
2016-11-27 21:27:22 -08:00
2017-02-18 22:16:55 +01:00
2016-11-27 21:27:22 -08:00
2017-07-13 11:53:29 -07:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2017-10-01 01:11:17 -07:00
2019-01-13 16:14:58 -06:00
2016-11-27 21:27:22 -08:00
2018-11-22 12:43:35 +01:00
2018-11-22 12:43:35 +01:00
2016-11-27 21:27:22 -08:00
2018-12-13 21:57:24 +08:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2018-11-29 20:28:29 +01:00
2016-11-27 21:27:22 -08:00
2018-11-22 12:43:35 +01:00
2018-11-22 12:43:35 +01:00
2017-09-22 00:30:26 -07:00
2017-04-05 15:31:13 -07:00
2016-11-27 21:27:22 -08:00