summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/blspec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/blspec.c b/common/blspec.c
index 0f806cac7a..18005569ff 100644
--- a/common/blspec.c
+++ b/common/blspec.c
@@ -86,6 +86,9 @@ static struct blspec_entry *blspec_entry_open(struct blspec *blspec,
next++;
}
+ if (*line == '#')
+ continue;
+
name = line;
end = name;