in Cygwin 1.5 (1.5.25) this test script works, now in 1.7, its has stopped.
the issue is running a file fifo pipe with output and input on the same line
this is the error I get when I run my test script, this did work in the
previous version (1.5.x).
tee: read error: Communication error on sen
gt; $OUTPUT_PIPE 2>&1
echo "This is on standard out"
echo "This is on standard err" >&2
exec 1>&3 3>&- 2>&4 4>&-
wait $tpid
rm $OUTPUT_PIPE
#Read more: http://www.travishartwell.net/blog/2006/08/19_2220#ixzz0lDjWKVfj
Larry Hall (Cy
when will this snapshot be incorporated back into cygwin, i also rely on fifo
working and for my latest 1.7.x install i had to source this snapshot to get
it working.
http://cygwin.com/snapshots/cygwin1-20100406.dll.bz2
my purpose for fifo.
http://www.travishartwell.net/blog/2006/08/19_2220#ixzz
3 matches
Mail list logo