mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 05:30:49 +02:00
Bash-5.3-rc2 release
This commit is contained in:
@@ -4669,7 +4669,11 @@ execute_simple_command (SIMPLE_COM *simple_command, int pipe_in, int pipe_out, i
|
||||
builtin_is_special = 1;
|
||||
}
|
||||
if (builtin == 0)
|
||||
#if 0 /*TAG bash-5.4 rob@landley.net 5/1/2025 */
|
||||
func = ((shell_compatibility_level <= 52 && posixly_correct == 0) || absolute_program (words->word->word) == 0) ? find_function (words->word->word) : 0;
|
||||
#else
|
||||
func = (posixly_correct == 0 || absolute_program (words->word->word) == 0) ? find_function (words->word->word) : 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
/* What happens in posix mode when an assignment preceding a command name
|
||||
|
||||
Reference in New Issue
Block a user