hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBST
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Jul 2017 23:52:23 +0000 (01:52 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Jul 2017 23:52:23 +0000 (01:52 +0200)
commit637982f5bbe7a5be4e5409ab0404df2583e7c299
tree9a5301921387b7bd34ce3ae07ffe8c5f90b37f92
parentd13c1762a8d0ae70253b9775237cee64d02fae3b
hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBST

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c