Skip to content
Snippets Groups Projects
Verified Commit a2daefc9 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists: fix automatic generation of subrepositories

Accept only lines that starts with 'src-git' not just contain that.
parent e1427b58
No related merge requests found
......@@ -3,7 +3,7 @@ dnl We expect this to be include in base.lua just after utils.m4
divert(-1)
# This is definition of subrepositories
pushdef(`SUBDIRS',`subdirs = {"base", "core" esyscmd(`awk "/src-git/{printf \", \\\"%s\\\"\", \$'`2}" feeds.conf')}')
pushdef(`SUBDIRS',`subdirs = {"base", "core" esyscmd(`awk "/^src-git/{printf \", \\\"%s\\\"\", \$'`2}" feeds.conf')}')
divert(0)dnl
local board
......
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