]> git.ipfire.org Git - thirdparty/make.git/commitdiff
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 2b6d5e0d88cbcb4931251ad35a7962ac4b0c240c..352afdfeafff45f8771d5b2c7db4392e92ebda01 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",