diff --git a/docs/Makefile b/docs/Makefile index c7168da..d7f8225 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}" "$$($${line:2} | tr '/' '_')"; \ done \ No newline at end of file