Skip to content

Commit

Permalink
Revert "Fix missing variable expansion $ in psub"
Browse files Browse the repository at this point in the history
That change was a bit too eager as the mkfifo route doesn't currently work.

See fish-shell#1040 and fish-shell#2052.

This reverts commit a17b9fd.
  • Loading branch information
faho committed Sep 8, 2015
1 parent d5db4ba commit 7777e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/functions/psub.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7777e44

Please sign in to comment.