diff options
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 e86f0d22f..7e6d3567b 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -1799,7 +1799,7 @@ static int expand_vars_to_list(o_string *output, int n, char *arg, char or_mask) | |||
1799 | //bb_error_msg("'%s' -> '%s'", arg, dest.data); | 1799 | //bb_error_msg("'%s' -> '%s'", arg, dest.data); |
1800 | exp_str = expand_string_to_string(dest.data); | 1800 | exp_str = expand_string_to_string(dest.data); |
1801 | //bb_error_msg("'%s' -> '%s'", dest.data, exp_str); | 1801 | //bb_error_msg("'%s' -> '%s'", dest.data, exp_str); |
1802 | o_free(&dest); | 1802 | o_free_unsafe(&dest); |
1803 | } | 1803 | } |
1804 | hooks.lookupvar = get_local_var_value; | 1804 | hooks.lookupvar = get_local_var_value; |
1805 | hooks.setvar = arith_set_local_var; | 1805 | hooks.setvar = arith_set_local_var; |