diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-27 18:03:20 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-27 18:03:20 +0100 |
| commit | 3d27d435dbe7d39894257894b9dd32bfa607604c (patch) | |
| tree | ddf5842839edb7c826ed54efa37d736c68750a2b /shell | |
| parent | 2beb1f6fafc341f571501829fc17773f2e0ddbbf (diff) | |
| download | busybox-w32-3d27d435dbe7d39894257894b9dd32bfa607604c.tar.gz busybox-w32-3d27d435dbe7d39894257894b9dd32bfa607604c.tar.bz2 busybox-w32-3d27d435dbe7d39894257894b9dd32bfa607604c.zip | |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 5998 | #endif | 5998 | #endif |
| 5999 | static char *encode_then_expand_vararg(const char *str, int handle_squotes, int do_unbackslash) | 5999 | static char *encode_then_expand_vararg(const char *str, int handle_squotes, int do_unbackslash) |
| 6000 | { | 6000 | { |
| 6001 | #if !BASH_PATTERN_SUBST | 6001 | #if !BASH_PATTERN_SUBST && ENABLE_HUSH_CASE |
| 6002 | const int do_unbackslash = 0; | 6002 | const int do_unbackslash = 0; |
| 6003 | #endif | 6003 | #endif |
| 6004 | char *exp_str; | 6004 | char *exp_str; |
