Formerly job.c.~82~

This commit is contained in:
Roland McGrath 1992-09-09 20:32:56 +00:00
parent e7930bea3a
commit a1849dfc5f

4
job.c
View file

@ -451,9 +451,7 @@ start_job_command (child)
noprint = 1;
else if (*p == '-')
child->noerror = 1;
else if (*p == '+')
recursive = 1;
else if (!isblank (*p))
else if (!isblank (*p) && *p != '+')
break;
++p;
}