diff options
author | Paul Smith <psmith@gnu.org> | 2001-11-18 18:38:02 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2001-11-18 18:38:02 +0000 |
commit | c0312423d9966e6d5eac31b90e0ea917cbe973e3 (patch) | |
tree | bf5790e255387f16077f9c95c4f4e19a6c6dcf5d /job.c | |
parent | 9302338304b5221160aaf8e060a85ac05eb428b7 (diff) | |
download | gunmake-c0312423d9966e6d5eac31b90e0ea917cbe973e3.tar.gz |
Update copyright info.
Diffstat (limited to 'job.c')
-rw-r--r-- | job.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2478,7 +2478,7 @@ construct_command_argv_internal (line, restp, shell, ifs, batch_filename_ptr) 0 }; char* sh_chars; char** sh_cmds; -#else /* WINDOWS32 */ +#else /* must be UNIX-ish */ static char sh_chars[] = "#;\"*?[]&|<>(){}$`^~"; static char *sh_cmds[] = { "cd", "eval", "exec", "exit", "login", "logout", "set", "umask", "wait", "while", "for", |