Formerly job.c.~108~

This commit is contained in:
Roland McGrath 1993-09-17 04:37:54 +00:00
parent 7b91e889b6
commit ec2751c045

2
job.c
View file

@ -500,6 +500,8 @@ start_job_command (child)
{ {
if (*p == '@') if (*p == '@')
flags |= COMMANDS_SILENT; flags |= COMMANDS_SILENT;
else if (*p == '+')
flags |= COMMANDS_RECURSE;
else if (*p == '-') else if (*p == '-')
child->noerror = 1; child->noerror = 1;
else if (!isblank (*p) && *p != '+') else if (!isblank (*p) && *p != '+')