From 3d27d435dbe7d39894257894b9dd32bfa607604c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 27 Dec 2018 18:03:20 +0100 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- shell/hush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/hush.c b/shell/hush.c index 2e4a4bcc6..d80c717e7 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -5998,7 +5998,7 @@ static const char *first_special_char_in_vararg(const char *cp) #endif static char *encode_then_expand_vararg(const char *str, int handle_squotes, int do_unbackslash) { -#if !BASH_PATTERN_SUBST +#if !BASH_PATTERN_SUBST && ENABLE_HUSH_CASE const int do_unbackslash = 0; #endif char *exp_str; -- cgit v1.2.3