mirror of git://sourceware.org/git/glibc.git
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:
parent
808cd69267
commit
542160f0b6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue