From 7f71af79742e0a0f7b79b84c30e2f31aa9e4d50e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 28 Sep 1993 18:18:15 +0000 Subject: [PATCH] Formerly job.c.~110~ --- job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.c b/job.c index 2b6d5e0d..352afdfe 100644 --- a/job.c +++ b/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",