calendar preprocesses its input a bit too much

mp at allegra.UUCP mp at allegra.UUCP
Mon Feb 9 13:14:37 AEST 1987


If you prefer that calendar not change lines like
	jan 28 1:30 1D451 pipelined design of a fast vax - Doug Clark from DEC
into
	jan 28 1:30 1D451 pipelined design of a fast 1 - Doug Clark from DEC
then try this:
RCS file: calendar.sh,v
diff  -r1.1 -r1.2
10c10
< 	(/lib/cpp calendar | egrep -f $tmp);;
---
> 	(/lib/cpp -Uvax -Uunix -Usun -Umc68000 -Umc68010 -Umc68020 calendar | egrep -f $tmp);;
21c21
< 			(/lib/cpp $y/calendar | egrep -f $tmp) 2>/dev/null  > /tmp/cal2$$
---
> 			(/lib/cpp -Uvax -Uunix -Usun -Umc68000 -Umc68010 -Umc68020 $y/calendar | egrep -f $tmp) 2>/dev/null  > /tmp/cal2$$

	Mark Plotnick
	allegra!mp



More information about the Comp.bugs.4bsd.ucb-fixes mailing list