Date: Fri, 29 Oct 2010 21:20:56 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh parser.c Message-ID: <201010292121.o9TLL3l9022643@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-10-29 21:20:56 UTC FreeBSD src repository Modified files: bin/sh parser.c Log: SVN rev 214534 on 2010-10-29 21:20:56Z by jilles sh: Reject function names ending in one of !%*+-=?@}~ These do something else in ksh: name=(...) is an array or compound variable assignment and the others are extended patterns. This is the last patch of the ones tested in the exp run. Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.98 +5 -1 src/bin/sh/parser.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010292121.o9TLL3l9022643>