aboutsummaryrefslogtreecommitdiff
path: root/bin/tlcs.mi5
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-26 21:54:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-26 21:54:30 +1300
commit1c1e11385af1651eadb61a695d6d3fcc061ee91b (patch)
tree396a74095fb90bb2e53ac5ba2444a4d0aa76ac49 /bin/tlcs.mi5
parentFix long lines in manual pages (diff)
downloaddotfiles-1c1e11385af1651eadb61a695d6d3fcc061ee91b.tar.gz
dotfiles-1c1e11385af1651eadb61a695d6d3fcc061ee91b.zip
Break up some long lines
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" &