aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/hush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 738a6b286..8d4478ae5 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -8255,8 +8255,8 @@ static int checkjobs_and_fg_shell(struct pipe *fg_pipe)
8255 * subshell: ( list ) [&] 8255 * subshell: ( list ) [&]
8256 */ 8256 */
8257#if !ENABLE_HUSH_MODE_X 8257#if !ENABLE_HUSH_MODE_X
8258#define redirect_and_varexp_helper(old_vars_p, command, squirrel, argv_expanded) \ 8258#define redirect_and_varexp_helper(command, squirrel, argv_expanded) \
8259 redirect_and_varexp_helper(old_vars_p, command, squirrel) 8259 redirect_and_varexp_helper(command, squirrel)
8260#endif 8260#endif
8261static int redirect_and_varexp_helper( 8261static int redirect_and_varexp_helper(
8262 struct command *command, 8262 struct command *command,