aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fnl b/bin/fnl
index d27d1f90..6969665b 100755
--- a/bin/fnl
+++ b/bin/fnl
@@ -11,7 +11,7 @@ fi
dir=$(mktd fnl) || exit
# Run the command; keep its exit status
-"$@" >"$dir"/stdout 2>"$dir"/stderr
+{ "$@" ; } >"$dir"/stdout 2>"$dir"/stderr
ret=$?
# Run wc(1) on each of the files