mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Sun Jul 14 12:59:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* job.c (construct_command_argv_internal): Fix up #else, #endifs.
This commit is contained in:
parent
f0cea20864
commit
cf2db2cf3c
1 changed files with 3 additions and 2 deletions
5
job.c
5
job.c
|
@ -1643,7 +1643,7 @@ construct_command_argv_internal (line, restp, shell, ifs)
|
|||
"mkdir", "path", "pause", "prompt", "rem", "ren",
|
||||
"rename", "set", "shift", "time", "type",
|
||||
"ver", "verify", "vol", ":", 0 };
|
||||
#endif
|
||||
#else
|
||||
#ifdef _AMIGA
|
||||
static char sh_chars[] = "#;\"|<>()?*$`";
|
||||
static char *sh_cmds[] = { "cd", "eval", "if", "delete", "echo", "copy",
|
||||
|
@ -1676,7 +1676,8 @@ construct_command_argv_internal (line, restp, shell, ifs)
|
|||
"export", "read", "readonly", "shift", "times",
|
||||
"trap", "switch", 0 };
|
||||
#endif /* WIN32 */
|
||||
#endif
|
||||
#endif /* Amiga */
|
||||
#endif /* MSDOS */
|
||||
register int i;
|
||||
register char *p;
|
||||
register char *ap;
|
||||
|
|
Loading…
Reference in a new issue