Formerly job.c.~110~
authorRoland McGrath <roland@redhat.com>
Tue, 28 Sep 1993 18:18:15 +0000 (18:18 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 28 Sep 1993 18:18:15 +0000 (18:18 +0000)
job.c

diff --git a/job.c b/job.c
index 2b6d5e0..352afdf 100644 (file)
--- 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",