mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
Formerly job.c.~110~
This commit is contained in:
parent
065ac461c5
commit
7f71af7974
2
job.c
2
job.c
@ -1179,7 +1179,7 @@ construct_command_argv_internal (line, restp, shell, ifs)
|
||||
char *line, **restp;
|
||||
char *shell, *ifs;
|
||||
{
|
||||
static char sh_chars[] = "#;\"*?[]&|<>(){}$`";
|
||||
static char sh_chars[] = "#;\"*?[]&|<>(){}$`^";
|
||||
static char *sh_cmds[] = { "cd", "eval", "exec", "exit", "login",
|
||||
"logout", "set", "umask", "wait", "while", "for",
|
||||
"case", "if", ":", ".", "break", "continue",
|
||||
|
Loading…
Reference in New Issue
Block a user