summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-09-28 18:18:15 +0000
committerRoland McGrath <roland@redhat.com>1993-09-28 18:18:15 +0000
commit7f71af79742e0a0f7b79b84c30e2f31aa9e4d50e (patch)
tree52573f0d0d964414ab7e4b6a84ad6caccd14a3ce
parent065ac461c5fd97a6588e2349ca165c6346edaf9f (diff)
downloadgunmake-7f71af79742e0a0f7b79b84c30e2f31aa9e4d50e.tar.gz
Formerly job.c.~110~
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
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",