NetBSD/bin
kre 3b5786dccc More fallout from the fix for PR bin/48875 - this one found just by
code reading, rather than any actual real use case failing.

With this script
	f()
	{
		echo hello $1
	}

	exec 3>&1
	echo $(
		for i in a b c
		do
			echo @$i
			f >&3
		done >/tmp/foo
	)
	echo foo= $(cat /tmp/foo)

what should be output is

	hello
	hello
	hello

	foo= @a @b @c

but since the (my) 48875 fix the other day, we've been getting

	hello
	@b
	hello
	@c
	hello

	foo= @a

This fixes that.   I think (hope) this is the last of these fixes...
2016-05-13 10:32:52 +00:00
..
cat Drop the case '?' which is defined after case 'default'. 2015-07-25 16:17:01 +00:00
chio
chmod In all man pages that say: 2013-12-17 09:54:08 +00:00
cp The '-i' flag should work regardless of whether the standard input is 2016-03-05 19:48:55 +00:00
csh add Will Robinson comment. 2016-03-16 22:35:44 +00:00
date Provide real error messages. 2014-09-01 21:42:21 +00:00
dd New sentence, new line. Fix typos. Bump date for previous. 2015-03-18 13:30:13 +00:00
df Correct display of df(1) with the -i parameter 2016-03-05 08:15:01 +00:00
domainname
echo
ed PR/50879: David Binderman: remove redundant code. 2016-03-02 19:11:28 +00:00
expr for GCC 5.3 pass -fwrapv as this relies upon well-defined integer overflow. 2016-04-01 08:19:31 +00:00
hostname Remove options added in 1.18, commitid: UhxHPgtT2Pzeg4Yw due to some 2014-02-13 12:00:29 +00:00
kill
ksh s/sed/${SED}/ 2016-03-17 13:59:02 +00:00
ln
ls Remove the confusing reference to 'file sizes' in the short description of 2014-10-18 01:49:01 +00:00
mkdir
mt
mv add SIGINFO for mv(1), largely based upon the support in cp(1). 2016-02-28 10:59:29 +00:00
pax Remove trailing whitespace. 2015-12-19 18:48:41 +00:00
ps remove \n from error messages 2015-06-16 22:31:08 +00:00
pwd
rcmd
rcp
rm
rmdir
sh More fallout from the fix for PR bin/48875 - this one found just by 2016-05-13 10:32:52 +00:00
sleep
stty Simplify by splitting the "simple" mode setting and the "special" ones. 2015-05-01 17:01:08 +00:00
sync
test
Makefile
Makefile.inc