From: Roland McGrath Date: Tue, 28 Sep 1993 18:18:15 +0000 (+0000) Subject: Formerly job.c.~110~ X-Git-Tag: 3.70.2~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f71af79742e0a0f7b79b84c30e2f31aa9e4d50e;p=platform%2Fupstream%2Fmake.git Formerly job.c.~110~ --- diff --git a/job.c b/job.c index 2b6d5e0..352afdf 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",