--- config-bot.h.dist Thu Jul 30 11:19:36 1998 +++ config-bot.h Sat Jan 22 23:33:55 2000 @@ -67,5 +67,6 @@ #endif #if !defined (PROMPT_STRING_DECODE) +# undef PPROMPT # define PPROMPT "$ " #endif --- execute_cmd.c.dist Tue Jan 26 16:23:49 1999 +++ execute_cmd.c Sat Jan 22 20:05:16 2000 @@ -2787,8 +2787,10 @@ /* A subshell is neither a login shell nor interactive. */ login_shell = interactive = 0; +#if defined (JOB_CONTROL) jobs_hack = (builtin == jobs_builtin) && ((subshell_environment & SUBSHELL_ASYNC) == 0 || pipe_out != NO_PIPE); +#endif subshell_environment = SUBSHELL_ASYNC;