commit | 45dd87aac05ddf8bbfb110fde85ef875f3adfb65 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 21 16:30:44 2020 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 21 16:30:44 2020 +0100 |
tree | 2d18a0cc2abd0e15f4163f5dc1ce928739b8097d | |
parent | da2e46dff6576c29fa1d379c943bb7943aa6e7ce [diff] |
ash: expand: Ensure result is escaped in cvtnum Upstream commit: Date: Fri, 1 Jun 2018 18:25:29 +0800 expand: Ensure result is escaped in cvtnum The minus sign generated from arithmetic expansion is currently unquoted which causes anomalies when the result is used in where the quoting matters. This patch fixes it by explicitly calling memtodest on the result in cvtnum. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>