From cf2db2cf3c61ec5fa1aa2343322c234f57efd713 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 14 Jul 1996 19:59:13 +0000 Subject: Sun Jul 14 12:59:27 1996 Roland McGrath * job.c (construct_command_argv_internal): Fix up #else, #endifs. --- job.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/job.c b/job.c index d437c28..04ff39e 100644 --- a/job.c +++ b/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; -- cgit v1.2.3