Skip to content
Snippets Groups Projects
Unverified Commit 7e7a4b62 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

Fix typo in userlist generation


Signed-off-by: default avatarMichal Hrusecky <Michal@Hrusecky.net>
parent 5e28ec27
No related merge requests found
......@@ -73,7 +73,7 @@ $MINIMAL && M4ARGS="$M4ARGS -D _BRANCH_FALLBACK_=nightly"
sed -i 's|subdirs = {"base"[^}]*}|subdirs = {"core" , "base" '"$(
cat "$SRC_DIR"/feeds.conf | sed 's|#.*||' | grep '.' | sed 's|src-git \([^[:blank:]]*\) .*|, "\1"|' | tr '\n' ' '
)}|" "$SRD_DIR/lists/repository.m4"
)}|" "$SRC_DIR/lists/repository.m4"
cd "$SRC_DIR"
for f in $(find lists -name '*.lua.m4'); do
......
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