diff options
| author | EuAndreh <eu@euandre.org> | 2022-06-01 17:52:57 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-06-01 17:52:57 -0300 |
| commit | 1af34c442c178fd528faf6e64f1decc9ff105632 (patch) | |
| tree | 40cc8ee7a3bc1056da17666000da8fe5fe264b90 /bin | |
| parent | src/development/dynmake.sh: Base tool to do dynamic Makefiles without proprie... (diff) | |
| download | euandre.org-1af34c442c178fd528faf6e64f1decc9ff105632.tar.gz euandre.org-1af34c442c178fd528faf6e64f1decc9ff105632.tar.xz | |
bin/pb: Allow input to contain "```" without prior escaping
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/pb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ cat <<-EOF | vipe > "$OUT-tmp" --- \`\`\`$LANGUAGE - $(cat) + $(cat | sed "s|^```\$|\\\\\`\\\\\`\\\\\`|') \`\`\` EOF |
