[PATCH] fix: should be indentation
Weixie Cui <[email protected]>
| Newsgroups | gmane.comp.shells.bash.bugs |
|---|---|
| Message-ID | <[email protected]> |
From: Weixie Cui <[email protected]> Signed-off-by: Weixie Cui <[email protected]> --- print_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print_cmd.c b/print_cmd.c index e8abd97b..53d050ac 100644 --- a/print_cmd.c +++ b/print_cmd.c @@ -842,7 +842,7 @@ print_if_command (IF_COM *if_command) semicolon (); if (was_heredoc) { - indent (indentation_amount); + indent (indentation); cprintf ("then\n"); was_heredoc = 0; } -- 2.39.5 (Apple Git-154)