Searched refs:VERBOSITY_FIFO (Results 1 – 1 of 1) sorted by relevance
190 VERBOSITY_FIFO=/tmp/openssl-$$.fifo191 mkfifo -m 600 $VERBOSITY_FIFO192 ( cat $VERBOSITY_FIFO | while read L; do $VERBOSE "> $L"; done ) &193 exec 42>$VERBOSITY_FIFO194 trap "exec 42>&-; rm $VERBOSITY_FIFO" 0 2
Completed in 4 milliseconds