Date: Sun, 24 Oct 2010 22:25:38 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh mksyntax.c parser.c Message-ID: <201010242225.o9OMPx0V037011@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-10-24 22:25:38 UTC FreeBSD src repository Modified files: bin/sh mksyntax.c parser.c Log: SVN rev 214305 on 2010-10-24 22:25:38Z by jilles sh: Ignore double-quotes in arithmetic rather than treating them as quotes. This provides similar behaviour, but allows a simpler parser. This changes r206473. Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.32 +2 -1 src/bin/sh/mksyntax.c 1.92 +3 -4 src/bin/sh/parser.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010242225.o9OMPx0V037011>