mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 22:50:49 +02:00
commit bash-20190614 snapshot
This commit is contained in:
+5
-1
@@ -2929,6 +2929,8 @@ execute_for_command (for_command)
|
||||
|
||||
if (ifsname (identifier))
|
||||
setifs (v);
|
||||
else
|
||||
stupidly_hack_special_variables (identifier);
|
||||
|
||||
retval = execute_command (for_command->action);
|
||||
REAP ();
|
||||
@@ -3428,6 +3430,8 @@ execute_select_command (select_command)
|
||||
}
|
||||
}
|
||||
|
||||
stupidly_hack_special_variables (identifier);
|
||||
|
||||
retval = execute_command (select_command->action);
|
||||
|
||||
REAP ();
|
||||
@@ -4368,7 +4372,7 @@ execute_simple_command (simple_command, pipe_in, pipe_out, async, fds_to_close)
|
||||
|
||||
begin_unwind_frame ("simple-command");
|
||||
|
||||
if (echo_command_at_execute)
|
||||
if (echo_command_at_execute && (simple_command->flags & CMD_COMMAND_BUILTIN) == 0)
|
||||
xtrace_print_word_list (words, 1);
|
||||
|
||||
builtin = (sh_builtin_func_t *)NULL;
|
||||
|
||||
Reference in New Issue
Block a user