mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-30 16:41:44 +00:00
Formerly read.c.~28~
This commit is contained in:
parent
491a9d9cb4
commit
7c92d87313
1 changed files with 1 additions and 1 deletions
2
read.c
2
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. */
|
||||
|
|
Loading…
Reference in a new issue