diff options
-rw-r--r-- | shell/hush.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c index 738a6b2..8d4478a 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -8255,8 +8255,8 @@ static int checkjobs_and_fg_shell(struct pipe *fg_pipe) * subshell: ( list ) [&] */ #if !ENABLE_HUSH_MODE_X -#define redirect_and_varexp_helper(old_vars_p, command, squirrel, argv_expanded) \ - redirect_and_varexp_helper(old_vars_p, command, squirrel) +#define redirect_and_varexp_helper(command, squirrel, argv_expanded) \ + redirect_and_varexp_helper(command, squirrel) #endif static int redirect_and_varexp_helper( struct command *command, |