View | Details | Raw Unified | Return to bug 30543
Collapse All | Expand All

(-)usr.bin/xinstall//xinstall.c (-1 / +1 lines)
Lines 713-719 Link Here
713
	default:
713
	default:
714
		if (wait(&status) == -1 || status) {
714
		if (wait(&status) == -1 || status) {
715
			(void)unlink(to_name);
715
			(void)unlink(to_name);
716
			exit(EX_SOFTWARE);
716
			err(EX_SOFTWARE, "wait");
717
			/* NOTREACHED */
717
			/* NOTREACHED */
718
		}
718
		}
719
	}
719
	}

Return to bug 30543