From ef244715a5b12c3787d75d794cbd9f43b42d847b Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 29 Nov 2020 18:52:44 -0800 Subject: [PATCH] try again with shellcheck --- bin/docs/example-to-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docs/example-to-doc b/bin/docs/example-to-doc index ae49525b..f960bf63 100755 --- a/bin/docs/example-to-doc +++ b/bin/docs/example-to-doc @@ -6,6 +6,6 @@ cd examples ||exit; \ install -d dirname "${EXAMPLE}" printf "# %s\n\`\`\` c++\n", "${EXNAME}" > "${EXAMPLE}.md" cat ../../examples/"${EXAMPLE}" >> "${EXAMPLE}.md" -printf '\n```' >> "${EXAMPLE}.md" +printf "\n\`\`\`" >> "${EXAMPLE}.md"