From 86615dac7e54d266752736c2eac57cfe61235c01 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Mon, 27 Mar 2017 22:56:22 +0200 Subject: [PATCH] Released as 20170322 ('TRAPPIST-1') --- src/parallel | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/parallel b/src/parallel index a1c7ecc2..f8fe9165 100755 --- a/src/parallel +++ b/src/parallel @@ -272,11 +272,12 @@ sub pipe_tee_setup { exec "tee",@fifos; } - # cat t1 | grep 1 - # cat t2 | grep 2 - # cat t3 | grep 3 - # cat t4 | grep 4 - # cat t5 | grep 5 + # Make cats for each fifo + # cat t1 | grep 1 + # cat t2 | grep 2 + # cat t3 | grep 3 + # cat t4 | grep 4 + # cat t5 | grep 5 # Remove the tmpfifo as soon as it is open @Global::cat_prepends = map { "(rm $_;cat) < $_" } @fifos; }