diff options
author | Roland McGrath <roland@redhat.com> | 1993-09-28 18:18:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-09-28 18:18:15 +0000 |
commit | 7f71af79742e0a0f7b79b84c30e2f31aa9e4d50e (patch) | |
tree | 52573f0d0d964414ab7e4b6a84ad6caccd14a3ce | |
parent | 065ac461c5fd97a6588e2349ca165c6346edaf9f (diff) | |
download | gunmake-7f71af79742e0a0f7b79b84c30e2f31aa9e4d50e.tar.gz |
Formerly job.c.~110~
-rw-r--r-- | job.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |