md2html: fix extra awk variables not working anymore

This commit is contained in:
Nero 2022-07-02 15:17:42 +00:00
parent 48589f14b8
commit 121ebca9ae
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
tmpfile=".$$.$1.md2html"
awk '
awk "$@" '
BEGIN {
indent = 0
prefix = "html/body/"