9fans archive / 1999 / 06 / 27 /    prev next

From: Tom Duff td@pix...
Subject: [9fans] minor glitch with free carets
Date: Thu, 10 Jun 1999 09:25:01 -0700

> BTW, the bug is on line 318 of /sys/src/cmd/rc/lex.c:
>
> 	if(t->type!=WORD) lastword=0;
>
> I think that changing this to
>
> 	lastword=0;
>
> fixes it (I don't have a plan 9 machine, so I can't test it.)
Bah!  This doesn't work.  (Rob tested it for me, thanks!)
There's no easy fix.  Put a note in the BUGS section.

-- 
Tom Duff.  If UNIX is the great novel, Perl is the Cliff's Notes.