mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-27 05:21:10 +03:00
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…
x
Reference in New Issue
Block a user