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)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Jul 2009 09:19:08 +0000 (05:19 -0400)
commit078d55028e4f4e9e4ba9216580a37778c40eca5c
tree6d8a625f7fe3059908fb4372dcf627f4bb3a3104
parentbbc31e5f3cb2482f752ab6251b1d7491b5ea73eb
hush: fix bug 353 (wrong handling of \x in assignments)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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]