From 9a68f88c3f9050798fd5fc9f312c3b845e9a3955 Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:28:28 -0400 Subject: [PATCH] remove escaping --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 612ebd5..f9fdd2a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,5 +8,5 @@ docs: mv "$${source_file}" "$${final_file}"; \ no_ext_source=$${source_file:0:-3}; \ no_ext_final=$${final_file:0:-3}; \ - sed -i "s;\($${no_ext_source}\);\($${no_ext_final}\);g" *.md; \ + sed -i "s;($${no_ext_source});($${no_ext_final});g" *.md; \ done \ No newline at end of file