Skip to content

Commit

Permalink
Fix missing variable expansion $ in psub
Browse files Browse the repository at this point in the history
  • Loading branch information
faho committed Aug 31, 2015
1 parent 2f3123e commit a17b9fd
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 a17b9fd

Please sign in to comment.