summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-09-11 05:10:27 +0000
committerPaul Smith <psmith@gnu.org>1999-09-11 05:10:27 +0000
commit373dbb43da6bce449b3443c3dee412e4fb791f69 (patch)
tree6a194791cb033f9b5de48858c61e143627ca1215 /job.c
parent5e9a3e34acfc0e92cefe88c003529aaf14f291ed (diff)
downloadgunmake-373dbb43da6bce449b3443c3dee412e4fb791f69.tar.gz
* Various pre-release cleanups.
Diffstat (limited to 'job.c')
-rw-r--r--job.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/job.c b/job.c
index 01a99ae..b656d6c 100644
--- a/job.c
+++ b/job.c
@@ -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;