sh: Don't force special builtins non-special in optimized command subst.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 5 Feb 2012 19:11:06 +0000 (11:11 -0800)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 5 Feb 2012 19:11:06 +0000 (11:11 -0800)
commitd303b442299ef4e2fd081023559b4a89656d1ebf
tree4e3767ee937039d579da0240c0b9ae055059baf4
parentf0a144b4cd77939fee0b0171ff4fe144eb3fef42
sh: Don't force special builtins non-special in optimized command subst.

This is not necessary: errors are already caught in evalbackcmd() and
forcelocal handles changes to variables.

Obtained-from:  FreeBSD 228937
bin/sh/eval.c