posix conformance fixes

This commit is contained in:
Chet Ramey
2023-03-10 15:45:52 -05:00
parent 277c21d2b2
commit 22cdf92bee
13 changed files with 175 additions and 18 deletions
-2
View File
@@ -123,8 +123,6 @@ command_builtin (WORD_LIST *list)
#define COMMAND_BUILTIN_FLAGS (CMD_NO_FUNCTIONS | CMD_INHIBIT_EXPANSION | CMD_COMMAND_BUILTIN | (use_standard_path ? CMD_STDPATH : 0))
INTERNAL_DEBUG (("command_builtin: running execute_command for `%s'", list->word->word));
/* We don't want this to be reparsed (consider command echo 'foo &'), so
just make a simple_command structure and call execute_command with it. */
command = make_bare_simple_command ();