From a17b9fdabaccb126b4e619b861cc914568616933 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 31 Aug 2015 19:24:48 +0200 Subject: [PATCH] Fix missing variable expansion $ in psub --- share/functions/psub.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/psub.fish b/share/functions/psub.fish index d19404493..9782c5be5 100644 --- a/share/functions/psub.fish +++ b/share/functions/psub.fish @@ -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