mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Revert "Fix missing variable expansion $ in psub"
That change was a bit too eager as the mkfifo route doesn't currently work.
See #1040 and #2052.
This reverts commit a17b9fdaba
.
This commit is contained in:
parent
a17b9fdaba
commit
5043b9d06e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function psub --description "Read from stdin into a file and output the filename
|
|||
set TMPDIR /tmp
|
||||
end
|
||||
|
||||
if test $use_fifo = 1
|
||||
if test use_fifo = 1
|
||||
# Write output to pipe. This needs to be done in the background so
|
||||
# that the command substitution exits without needing to wait for
|
||||
# all the commands to exit
|
||||
|
|
Loading…
Reference in a new issue