Date: Sat, 25 May 1996 19:42:38 +1000 From: Bruce Evans <bde@zeta.org.au> To: freebsd-bugs@freefall.freebsd.org, j@uriah.heep.sax.de Subject: Re: bin/1248: shell having problem parsing arguments Message-ID: <199605250942.TAA11691@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> > Index: parser.c > > =================================================================== > > RCS file: /home/ncvs/src/bin/sh/parser.c,v > > retrieving revision 1.11 > > diff -r1.11 parser.c > > 1111,1112c1111,1120 > > < USTPUTC(c, out); > > < c = pgetc(); > > --- > > > > > > if (is_digit(c)) { > > > do { > > Aw! Can you please re-submit this as a context (or uni) diff? > (The -c or -u flags to [cvs] diff.) It's nearly impossible to > integrate plain diffs. Actually, it's very easy to integrate plain diffs, especially if they have an Index line, provided you have the original version, and CVS supplies the original version. Context diffs are just easier to understand when you don't have the original sources to refer to. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605250942.TAA11691>