mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
11a373f121
The user may write for example: echo foo >&5 and fish would try to output to file descriptor 5, within the fish process itself. This has unpredictable effects and isn't useful. Make this an error. Note that the reverse is "allowed" but ignored: echo foo 5>&1 this conceptually dup2s stdout to fd 5, but since no builtin writes to fd 5 we ignore it. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_util.fish |