Преглед изворни кода

Bring back cat to the pipe

For some strange reason, the tee pipe did not work unless stuffed by cat
(all the output pipes remained empty)
Alois Mahdal пре 11 година
родитељ
комит
7373a65565
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      include/www.sh

+ 1
- 1
include/www.sh Прегледај датотеку

66
         #
66
         #
67
         mkfifo maybe_uris maybe_ids maybe_exprs maybe_kws \
67
         mkfifo maybe_uris maybe_ids maybe_exprs maybe_kws \
68
                uris uris_from_ids uris_from_exprs uris_from_kws
68
                uris uris_from_ids uris_from_exprs uris_from_kws
69
-        tee maybe_uris maybe_ids maybe_exprs maybe_kws >/dev/null &
69
+        cat | tee maybe_uris maybe_ids maybe_exprs maybe_kws >/dev/null &
70
         ##
70
         ##
71
         # process each pipe *async* by different filter
71
         # process each pipe *async* by different filter
72
         #
72
         #