diff options
author | Roland McGrath <roland@redhat.com> | 1992-09-09 20:32:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-09-09 20:32:56 +0000 |
commit | a1849dfc5fac2a0c2106ee084ecc6a303a997416 (patch) | |
tree | 042fc721379dac7bf0ea47916a722d8e55fb6642 | |
parent | e7930bea3aacadb62daf55056274ac03e1501b9e (diff) | |
download | gunmake-a1849dfc5fac2a0c2106ee084ecc6a303a997416.tar.gz |
Formerly job.c.~82~
-rw-r--r-- | job.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; } |