summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-09-09 20:32:56 +0000
committerRoland McGrath <roland@redhat.com>1992-09-09 20:32:56 +0000
commita1849dfc5fac2a0c2106ee084ecc6a303a997416 (patch)
tree042fc721379dac7bf0ea47916a722d8e55fb6642 /job.c
parente7930bea3aacadb62daf55056274ac03e1501b9e (diff)
downloadgunmake-a1849dfc5fac2a0c2106ee084ecc6a303a997416.tar.gz
Formerly job.c.~82~
Diffstat (limited to 'job.c')
-rw-r--r--job.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/job.c b/job.c
index 6ae1156..d049f75 100644
--- a/job.c
+++ b/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;
}