Skip to content

Commit

Permalink
Extra backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Nov 22, 2024
1 parent 05c0c15 commit c02d8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include $(LIBDIR)/update.mk
.includes.mk: $(filter %.md,$(drafts_source))
@rm -f $@
@for d in $^; do \
for f in $$(sed -e $$'s/^{::include\(-nested\)* \(.*\)}$$/\2/;t\nd' "$$d"); do \
for f in $$(sed -e $$'s/^{::include\\(-nested\\)* \\(.*\\)}$$/\\2/;t\nd' "$$d"); do \
echo "$${d%.md}.xml: $$f" >> $@; \
done; \
done
Expand Down

0 comments on commit c02d8c8

Please sign in to comment.