diff options
Diffstat (limited to 'hush.c')
-rw-r--r-- | hush.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1950,6 +1950,7 @@ static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *i | |||
1950 | lookup_param(dest, ctx, &alt); | 1950 | lookup_param(dest, ctx, &alt); |
1951 | break; | 1951 | break; |
1952 | case '(': | 1952 | case '(': |
1953 | b_getch(input); | ||
1953 | process_command_subs(dest, ctx, input, ')'); | 1954 | process_command_subs(dest, ctx, input, ')'); |
1954 | break; | 1955 | break; |
1955 | case '*': | 1956 | case '*': |