From a5f0fd31631a823fc64e38c8fd91fba2b9c4d40b Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:05:35 -0400 Subject: [PATCH] add echo --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index d7f8225..3790fb8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,5 +1,5 @@ docs: find -name '*.md' | while read -r line; \ do \ - mv "$${line:2}" "$$($${line:2} | tr '/' '_')"; \ + mv "$${line:2}" "$$(echo $${line:2} | tr '/' '_')"; \ done \ No newline at end of file