Date: Sat, 3 Apr 2010 21:07:50 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh expand.c src/tools/regression/bin/sh/expansion trim2.0 Message-ID: <201004032109.o33L9voi020469@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-04-03 21:07:50 UTC
FreeBSD src repository
Modified files:
bin/sh expand.c
Added files:
tools/regression/bin/sh/expansion trim2.0
Log:
SVN rev 206147 on 2010-04-03 21:07:50Z by jilles
sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}.
Note that this depends on r206145 for allowing pattern match characters to
have their special meaning inside a double-quoted expansion like "${v%pat}".
PR: bin/117748
Exp-run done by: erwin (with some other sh(1) changes)
Revision Changes Path
1.61 +3 -1 src/bin/sh/expand.c
1.1 +55 -0 src/tools/regression/bin/sh/expansion/trim2.0 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004032109.o33L9voi020469>
