hush: fix for !ENABLE_HUSH_MODE_X configuration

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2018-06-26 15:43:56 +02:00
parent 99496dc716
commit c96bb2c5ab

View File

@ -8255,8 +8255,8 @@ static int checkjobs_and_fg_shell(struct pipe *fg_pipe)
* subshell: ( list ) [&] * subshell: ( list ) [&]
*/ */
#if !ENABLE_HUSH_MODE_X #if !ENABLE_HUSH_MODE_X
#define redirect_and_varexp_helper(old_vars_p, command, squirrel, argv_expanded) \ #define redirect_and_varexp_helper(command, squirrel, argv_expanded) \
redirect_and_varexp_helper(old_vars_p, command, squirrel) redirect_and_varexp_helper(command, squirrel)
#endif #endif
static int redirect_and_varexp_helper( static int redirect_and_varexp_helper(
struct command *command, struct command *command,