]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sh: Remove redundant CTLQUOTEMARK checks.
authorjilles <jilles@FreeBSD.org>
Thu, 31 Dec 2015 20:15:57 +0000 (20:15 +0000)
committerjilles <jilles@FreeBSD.org>
Thu, 31 Dec 2015 20:15:57 +0000 (20:15 +0000)
commitb8cae6c53bb98cfc07d21feaa7d74ffcf5e09bb2
treee1ed3303c34f15208c61ca8b83b2b24cdf8c713d
parentc3d7a5b30499e13ffd21909109aa59b196db6933
sh: Remove redundant CTLQUOTEMARK checks.

With the new expand.c code, the intermediate representation passed to the
pathname generation code only contains CTLESC, not CTLQUOTEMARK.

CTLQUOTEMARK now only occurs in the text of NARG nodes (output of the
parser).
bin/sh/expand.c