diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/shell-container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/shell-container.c b/support/shell-container.c index 509e0d69b1..72950bcabf 100644 --- a/support/shell-container.c +++ b/support/shell-container.c @@ -228,7 +228,7 @@ run_command_array (char **argv) if (new_stderr != 2) { dup2 (new_stderr, 2); - close (new_stdout); + close (new_stderr); } if (builtin_func != NULL) |