summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-04-14 22:31:19 +0000
committerRoland McGrath <roland@redhat.com>1992-04-14 22:31:19 +0000
commit7c92d87313a8a95fdbdb81612445238fc374b0b1 (patch)
tree1ab944c76f9fae28d38fd834ad0668344ac23405 /read.c
parent491a9d9cb45315d3cd1dac0a73b4485465bcbad8 (diff)
downloadgunmake-7c92d87313a8a95fdbdb81612445238fc374b0b1.tar.gz
Formerly read.c.~28~
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index ae7358a..0e1cb4e 100644
--- a/read.c
+++ b/read.c
@@ -1301,7 +1301,7 @@ parse_file_seq (stringp, stopchar, size, strip)
p--;
if (strip)
- while (q[0] == '.' && q[1] == '/' && q[2] != '\0')
+ while (q[0] == '.' && q[1] == '/' && q[2] != '\0' && !isblank (q[2]))
q += 2;
/* Extract the filename just found, and skip it. */