Commit 49c24ecc authored by Wayne Davison's avatar Wayne Davison

A change that wasn't needed.

parent 0d7d3763
...@@ -406,8 +406,8 @@ int read_filesfrom_line(int fd, char *fname) ...@@ -406,8 +406,8 @@ int read_filesfrom_line(int fd, char *fname)
} }
*s = '\0'; *s = '\0';
/* Dump comments. */ /* Dump comments if reading locally. */
if (*fname == '#' || *fname == ';') if (!reading_remotely && (*fname == '#' || *fname == ';'))
goto start; goto start;
return s - fname; return s - fname;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment