On Sat, Apr 14, 2012 at 02:13:58PM +0200, Clemens Buchacher wrote: > > In order to better understand the problem on your side, can you execute > this script and tell me what it does for you? Oops, this is what I really wanted: #!/bin/sh mkfifo fd yes >fd & pid=$! { read line echo $line cat <fd & } <fd sleep 1 kill $pid wait $pid rm -f fd -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html