Mingw: verify both ends of the pipe () call
authorJose F. Morales <jfmcjf@gmail.com>
Fri, 28 Aug 2015 09:43:37 +0000 (09:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2015 18:11:50 +0000 (11:11 -0700)
The code to open and test the second end of the pipe clearly imitates
the code for the first end. A little too closely, though... Let's fix
the obvious copy-edit bug.

Signed-off-by: Jose F. Morales <jfmcjf@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found