From 90b607d79a1377d6a5dda44ee112698c58432203 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 13 Apr 2023 09:20:24 +0200 Subject: hush: quote variable values printed by "set" (match ash behavior) function old new delta builtin_set 258 301 +43 Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/export-n.right | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/hush_test/hush-misc/export-n.right') diff --git a/shell/hush_test/hush-misc/export-n.right b/shell/hush_test/hush-misc/export-n.right index 3d55bf7..6079a01 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="'''" export aaa2='' export aaa3="'''"'abc' export aaa8='8' -aaa9=9 -aaa10=10 +aaa9='9' +aaa10='10' Nothing: Nothing: Nothing: -- cgit v1.1