md2html: fix extra awk variables not working anymore
This commit is contained in:
parent
48589f14b8
commit
121ebca9ae
1 changed files with 1 additions and 1 deletions
2
md2html
2
md2html
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
tmpfile=".$$.$1.md2html"
|
tmpfile=".$$.$1.md2html"
|
||||||
|
|
||||||
awk '
|
awk "$@" '
|
||||||
BEGIN {
|
BEGIN {
|
||||||
indent = 0
|
indent = 0
|
||||||
prefix = "html/body/"
|
prefix = "html/body/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue