aboutsummaryrefslogtreecommitdiff
path: root/bin/tlcs.mi5
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tlcs.mi5')
-rw-r--r--bin/tlcs.mi54
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tlcs.mi5 b/bin/tlcs.mi5
index a3e17c82..519a41f8 100644
--- a/bin/tlcs.mi5
+++ b/bin/tlcs.mi5
@@ -71,8 +71,8 @@ fi
include(`include/mktd.m4')
%>
-# Execute the command, passing stdout and stderr to tl(1df) calls as appropriate
-# via named pipes
+# Execute the command, passing stdout and stderr to tl(1df) calls as
+# appropriate via named pipes
out=$td/out err=$td/err
mkfifo -- "$out" "$err" || exit
tl -p "$out_pref" -s "$out_suff" < "$out" &