Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 193134 | Differences between
and this patch

Collapse All | Expand All

(-)merge-recursive.c.broken (+2 lines)
Lines 827-836 Link Here
827
	args[3] = NULL;
827
	args[3] = NULL;
828
828
829
	status = run_command(&child);
829
	status = run_command(&child);
830
	fprintf(stderr, "00 status=%d\n", status);
830
	if (status < -ERR_RUN_COMMAND_FORK)
831
	if (status < -ERR_RUN_COMMAND_FORK)
831
		; /* failure in run-command */
832
		; /* failure in run-command */
832
	else
833
	else
833
		status = -status;
834
		status = -status;
835
	fprintf(stderr, "01 status=%d\n", status);
834
	fd = open(temp[1], O_RDONLY);
836
	fd = open(temp[1], O_RDONLY);
835
	if (fd < 0)
837
	if (fd < 0)
836
		goto bad;
838
		goto bad;

Return to bug 193134