This commit is contained in:
ridiculousfish
2013-06-01 22:14:47 -07:00
parent 54f683fc6b
commit d54346b205
4 changed files with 632 additions and 60 deletions

View File

@@ -1311,6 +1311,7 @@ void parser_t::parse_job_argument_list(process_t *p,
case TOK_BACKGROUND:
{
job_set_flag(j, JOB_FOREGROUND, 0);
// PCA note fall through, this is deliberate. The background modifier & terminates a command
}
case TOK_END: