mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 06:27:57 +00:00
Formerly job.c.~82~
This commit is contained in:
parent
e7930bea3a
commit
a1849dfc5f
1 changed files with 1 additions and 3 deletions
4
job.c
4
job.c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue