[comp.unix.xenix] cci bug. Dumb mistake. Two line fix.

erskine@force10.UUCP (Neil Erskine) (01/29/88)

][b
	Sorry about this. So much for a quickie that works. There is an
    obvious bug in cci (posted yesterday) where status is returned
    incorrectly, and your make continues (ignoring errors). There are
    two lines in the program that say:

	exit (status);

    Replace each with:

	exit ((status & 0xff) ? status : status >> 8);

    That'll teach me to test cover programs by killing their children.

						Neil

||!][b
 ---------------
-- 
Neil S. Erskine		MT&T - (902) 453-4915 x340
AP Computers 		USENET { garfield, watmath, ihnp4!utzoo!utai,
3845 Dutch Village Rd.		 uunet } !dalcs!force10!erskine
Halifax, N.S. B3L-4H9