diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-04-13 09:20:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-04-13 09:20:24 +0200 |
commit | 90b607d79a1377d6a5dda44ee112698c58432203 (patch) | |
tree | f8c9894cbf3c067cdb6e76ab312b24d5d65f331c /shell/hush_test | |
parent | 8b72877babb20be9bb46c4437f5e1870390c29cc (diff) | |
download | busybox-w32-90b607d79a1377d6a5dda44ee112698c58432203.tar.gz busybox-w32-90b607d79a1377d6a5dda44ee112698c58432203.tar.bz2 busybox-w32-90b607d79a1377d6a5dda44ee112698c58432203.zip |
hush: quote variable values printed by "set" (match ash behavior)
function old new delta
builtin_set 258 301 +43
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test')
-rw-r--r-- | shell/hush_test/hush-misc/export-n.right | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/hush_test/hush-misc/export-n.right b/shell/hush_test/hush-misc/export-n.right index 3d55bf752..6079a0124 100644 --- a/shell/hush_test/hush-misc/export-n.right +++ b/shell/hush_test/hush-misc/export-n.right | |||
@@ -2,8 +2,8 @@ export aaa1="'''" | |||
2 | export aaa2='' | 2 | export aaa2='' |
3 | export aaa3="'''"'abc' | 3 | export aaa3="'''"'abc' |
4 | export aaa8='8' | 4 | export aaa8='8' |
5 | aaa9=9 | 5 | aaa9='9' |
6 | aaa10=10 | 6 | aaa10='10' |
7 | Nothing: | 7 | Nothing: |
8 | Nothing: | 8 | Nothing: |
9 | Nothing: | 9 | Nothing: |