mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 13:40:55 +02:00
commit bash-20200714 snapshot
This commit is contained in:
@@ -4446,6 +4446,8 @@ execute_simple_command (simple_command, pipe_in, pipe_out, async, fds_to_close)
|
||||
}
|
||||
tempenv_assign_error = 0; /* don't care about this any more */
|
||||
|
||||
/* This is where we handle the command builtin as a pseudo-reserved word
|
||||
prefix. This allows us to optimize away forks if we can. */
|
||||
old_command_builtin = -1;
|
||||
if (builtin == 0 && func == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user