mirror of
https://github.com/mirror/make.git
synced 2025-02-16 06:40:19 +08:00
* src/job.c (sh_cmds): [SV 57625] Update builtin shell command list
This commit is contained in:
parent
dd6adfa454
commit
3fb7312e9f
@ -2785,9 +2785,10 @@ construct_command_argv_internal (char *line, char **restp, const char *shell,
|
|||||||
#else /* must be UNIX-ish */
|
#else /* must be UNIX-ish */
|
||||||
static const char *sh_chars = "#;\"*?[]&|<>(){}$`^~!";
|
static const char *sh_chars = "#;\"*?[]&|<>(){}$`^~!";
|
||||||
static const char *sh_cmds[] =
|
static const char *sh_cmds[] =
|
||||||
{ ".", ":", "break", "case", "cd", "command", "continue", "eval", "exec",
|
{ ".", ":", "alias", "bg", "break", "case", "cd", "command", "continue",
|
||||||
"exit", "export", "for", "if", "login", "logout", "read", "readonly",
|
"eval", "exec", "exit", "export", "fc", "fg", "for", "getopts", "hash",
|
||||||
"set", "shift", "switch", "test", "times", "trap", "ulimit", "umask",
|
"if", "jobs", "login", "logout", "read", "readonly", "return", "set",
|
||||||
|
"shift", "test", "times", "trap", "type", "ulimit", "umask", "unalias",
|
||||||
"unset", "wait", "while", 0 };
|
"unset", "wait", "while", 0 };
|
||||||
|
|
||||||
# ifdef HAVE_DOS_PATHS
|
# ifdef HAVE_DOS_PATHS
|
||||||
|
Loading…
Reference in New Issue
Block a user