summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2023-03-27 11:52:27 +0200
committerDave Davenport <qball@gmpclient.org>2023-03-27 11:52:27 +0200
commit3446e88cb88f0e1cad39fea3f0194b87d77e6de9 (patch)
tree66ba3d2087eb85443f3e4f8f84a432a69120c669 /doc
parentebae594c087a10f378cb597c1a9387f80bb30155 (diff)
Remove unneeded test and extra enforcement of 0 terminated buffer
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/meson_build_manpages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/meson_build_manpages.sh b/doc/meson_build_manpages.sh
index ef0adfb6..eaea2cc1 100755
--- a/doc/meson_build_manpages.sh
+++ b/doc/meson_build_manpages.sh
@@ -8,5 +8,5 @@ pushd "${MESON_BUILD_ROOT}"
for a in $@
do
- go-md2man -in $a -out ${a%.markdown}
+ go-md2man -in "$a" -out ${a%.markdown}
done