diff options
author | Paul Smith <psmith@gnu.org> | 1999-09-11 05:10:27 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-09-11 05:10:27 +0000 |
commit | 373dbb43da6bce449b3443c3dee412e4fb791f69 (patch) | |
tree | 6a194791cb033f9b5de48858c61e143627ca1215 /job.c | |
parent | 5e9a3e34acfc0e92cefe88c003529aaf14f291ed (diff) | |
download | gunmake-373dbb43da6bce449b3443c3dee412e4fb791f69.tar.gz |
* Various pre-release cleanups.
Diffstat (limited to 'job.c')
-rw-r--r-- | job.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1932,11 +1932,12 @@ construct_command_argv_internal (line, restp, shell, ifs, batch_filename_ptr) "vol", ":", 0 }; static char sh_chars_sh[] = "#;\"*?[]&|<>(){}$`^"; - static char *sh_cmds_sh[] = { "cd", "eval", "exec", "exit", "login", + static char *sh_cmds_sh[] = { "cd", "echo", "eval", "exec", "exit", "login", "logout", "set", "umask", "wait", "while", "for", "case", "if", ":", ".", "break", "continue", "export", "read", "readonly", - "shift", "times", "trap", "switch", 0 }; + "shift", "times", "trap", "switch", "unset", + 0 }; char *sh_chars; char **sh_cmds; |