From 6f9a2e0f67a42cb91d0963a89e1ab771ab8e85e9 Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:23:09 -0400 Subject: [PATCH] use semicolons instead --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 30c2d36..c9d8a64 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,5 +8,5 @@ docs: mv "$${source_file}" "$${final_file}"; \ no_ext_source=$$(basename -s .md $$source_file); \ no_ext_final=$$(basename -s .md $$final_file); \ - 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