Uhm ... I believe we'll lose backward compatibility for scripts if I implement this new g_spawn_async_with_pipes function. I suppose commands like this will not be acceptable any more: Code: export s="foo"; wget -O - "http://www.acme.inc" | awk '{print $1 $2}'
export s="foo"; wget -O - "http://www.acme.inc" | awk '{print $1 $2}'