Date: Fri, 27 May 2011 15:56:13 +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 ifs4.0 Message-ID: <201105271557.p4RFvPX5067689@repoman.freebsd.org>
index | next in thread | raw e-mail
jilles 2011-05-27 15:56:13 UTC
FreeBSD src repository
Modified files:
bin/sh expand.c
Added files:
tools/regression/bin/sh/expansion ifs4.0
Log:
SVN rev 222361 on 2011-05-27 15:56:13Z by jilles
sh: Fix unquoted $@/$* if IFS=''.
If IFS is null, unquoted $@/$* should still expand to separate words.
This differs from quoted $@ (which does not depend on IFS) in that pathname
generation is performed and empty words are removed.
Revision Changes Path
1.86 +5 -2 src/bin/sh/expand.c
1.1 +39 -0 src/tools/regression/bin/sh/expansion/ifs4.0 (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105271557.p4RFvPX5067689>
