features.in/metadata/lib/50-metadata.mk: space-prefixed strings handling fixed
This commit is contained in:
parent
2d516c9c44
commit
436452967c
@ -31,7 +31,7 @@ metadata-.base:
|
|||||||
if [ -n "$(DOT_BASE)" ]; then \
|
if [ -n "$(DOT_BASE)" ]; then \
|
||||||
echo -e "\n## DOT_BASE\n$(DOT_BASE)"; \
|
echo -e "\n## DOT_BASE\n$(DOT_BASE)"; \
|
||||||
fi; \
|
fi; \
|
||||||
} | sed -re '/^[^[:space:]#]/ s/[[:space:]]+/\n/g' > .base
|
} | sed -re 's/^[[:space:]]+//' | sed -re '/^[^[:space:]#]/ s/[[:space:]]+/\n/g' > .base
|
||||||
|
|
||||||
# see also alterator-pkg (backend3/pkg-install);
|
# see also alterator-pkg (backend3/pkg-install);
|
||||||
# we only tar up what's up to it (note that e.g.
|
# we only tar up what's up to it (note that e.g.
|
||||||
|
Loading…
Reference in New Issue
Block a user