Formerly job.c.~110~

This commit is contained in:
Roland McGrath 1993-09-28 18:18:15 +00:00
parent 065ac461c5
commit 7f71af7974

2
job.c
View File

@ -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",