fish-shell/share
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
..
completions brew.fish: Add update-reset subcommand completion (#5608) 2019-02-01 18:02:05 +01:00
functions Switch from tee to cat in psub --fifo 2019-02-03 01:58:49 -08:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Don't test with one argument 2019-01-27 15:38:03 +01:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Add a colon to command-not-found dealio. 2019-01-28 19:35:17 -08:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00