Re: [PATCH 1/4] git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext()
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:51:11
Ævar Arnfjörð Bjarmason [off-list ref] writes:
Or are we sure that this can't work in POSIX (or non-POSIX shells)?
You need to implement the same logic to tokenize enough to understand the expansion the shell does inside dq. Yes, shell is general programming language and you can theoretically implement it, but would the result be a practical solution? I doubt it.