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; noprint = 1;
else if (*p == '-') else if (*p == '-')
child->noerror = 1; child->noerror = 1;
else if (*p == '+') else if (!isblank (*p) && *p != '+')
recursive = 1;
else if (!isblank (*p))
break; break;
++p; ++p;
} }