If the output of an fd is a pipe with O_NONBLOCK set, the script will die as soon as the pipe fills up due to the write call returning with EAGAIN. This fixes that. Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>