Fixed typo in run_command_array() in support/shell-container.c

https://sourceware.org/bugzilla/show_bug.cgi?id=23991
This commit is contained in:
Girish Joshi 2020-03-02 15:19:29 -05:00 committed by DJ Delorie
parent 808cd69267
commit 542160f0b6

View file

@ -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)