]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r228937: sh: Do not force special builtins non-special in optimized
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 27 Jan 2012 21:22:07 +0000 (21:22 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 27 Jan 2012 21:22:07 +0000 (21:22 +0000)
commit5f1be0d1a0137f458bfcd821834b743a4da16890
treec7c98577e7fec15156ba5243852cf1ab69e3a6c3
parentb1f7b8b0ee0ff7c75cfb0332688590b4d0b58718
MFC r228937: sh: Do not force special builtins non-special in optimized
command substitition.

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

Note that this depends on r223024.

git-svn-id: svn://svn.freebsd.org/base/stable/9@230625 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/sh/eval.c