From 121ebca9aef434049c41b9b3c83ea073d3cbbaac Mon Sep 17 00:00:00 2001 From: Nero <41307858+nero@users.noreply.github.com> Date: Sat, 2 Jul 2022 15:17:42 +0000 Subject: [PATCH] md2html: fix extra awk variables not working anymore --- md2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md2html b/md2html index 4590889..8a4cd40 100755 --- a/md2html +++ b/md2html @@ -1,7 +1,7 @@ #!/bin/sh tmpfile=".$$.$1.md2html" -awk ' +awk "$@" ' BEGIN { indent = 0 prefix = "html/body/"