implementation of printf '%N$' numbered argument conversion specifier, compatible with coreutils

This commit is contained in:
Chet Ramey
2025-12-05 15:50:38 -05:00
parent 5a104e96d8
commit f27bf94a79
29 changed files with 2012 additions and 1428 deletions
+3 -2
View File
@@ -1688,8 +1688,9 @@ execute_in_subshell (COMMAND *command, int asynchronous, int pipe_in, int pipe_o
subshell_environment |= SUBSHELL_COPROC;
}
/* clear the exit trap before checking for fatal signals */
clear_exit_trap ();
/* clear the exit trap before checking for fatal signals, but don't free
the trap command (see below). */
clear_exit_trap (0);
QUIT;
CHECK_TERMSIG;