]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r274854: sh: Use DQSYNTAX only while expanding, not SQSYNTAX.
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Dec 2014 15:15:27 +0000 (15:15 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Dec 2014 15:15:27 +0000 (15:15 +0000)
commit3f2b8f736170832146485d228c2b3586b254289c
treefc3a529846625692093dd2cdd6a41e8fa0b40ce3
parent948a29a6a59aeb2b3cfe84553a36d69d1450a26e
MFC r274854: sh: Use DQSYNTAX only while expanding, not SQSYNTAX.

Quoting during expansion only cares about CCTL, which is the same for
DQSYNTAX and SQSYNTAX.

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