hush: fix bug 353 (wrong handling of \x in assignments)
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 28 May 2009 14:49:11 +0000 (16:49 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 28 May 2009 14:49:11 +0000 (16:49 +0200)
commite640cb4ad162422f71d267615da9cfe7ddfe6a2e
tree6d5a7a7b7f15bdf69ad05e9892708f8848f819a8
parent5d7cca209085b31cc53df443d9439a0684646a77
hush: fix bug 353 (wrong handling of \x in assignments)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c
shell/hush_test/hush-parsing/escape5.right [new file with mode: 0644]
shell/hush_test/hush-parsing/escape5.tests [new file with mode: 0755]