hush: fix a='a\\'; echo "${a%\\\\}"
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 2 Mar 2018 19:48:36 +0000 (20:48 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 2 Mar 2018 19:48:36 +0000 (20:48 +0100)
commitd4802c6243e64e28690577bc0bb4f030581c496b
treee1b3785c46bd4361419fb22718b319cf3a835658
parent55f8133a4fb207d6fecd02f43c36809d3c2f6672
hush: fix a='a\\'; echo "${a%\\\\}"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash_test/ash-quoting/squote_in_varexp1.right [new file with mode: 0644]
shell/ash_test/ash-quoting/squote_in_varexp1.tests [new file with mode: 0755]
shell/ash_test/ash-quoting/squote_in_varexp2.right [new file with mode: 0644]
shell/ash_test/ash-quoting/squote_in_varexp2.tests [new file with mode: 0755]
shell/hush.c
shell/hush_test/hush-quoting/squote_in_varexp1.right [new file with mode: 0644]
shell/hush_test/hush-quoting/squote_in_varexp1.tests [new file with mode: 0755]
shell/hush_test/hush-quoting/squote_in_varexp2.right [new file with mode: 0644]
shell/hush_test/hush-quoting/squote_in_varexp2.tests [new file with mode: 0755]
shell/match.c