From 237ff3e130d9455a33f02e34b258ed7cbc79b9a9 Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:23:54 -0400 Subject: [PATCH] escape quote --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 21029af..49f871b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,6 +7,6 @@ docs: mv "$${source_file}" "$${final_file}"; \ no_ext_source=$${source_file:0:-3}; \ no_ext_final=$${final_file:0:-3}; \ - sed -i "s;(\(../\)*$${source_file});($${no_ext_final});g" $$(find -name '*.md'); \ + sed -i "s;(\(../\)*$${source_file});($${no_ext_final});g" $$(find -name '\''*.md'\''); \ ' _ {} find . -type d -empty -delete