Fix another bug in make_artifacts.sh.

This commit is contained in:
John MacFarlane
2023-01-20 13:06:38 -08:00
parent 02b72150a7
commit 0a88d1f44b
+1 -1
View File
@@ -36,7 +36,7 @@ strip "$ARTIFACTS/pandoc"
file "$ARTIFACTS/pandoc" | grep "statically linked"
# Confirm that it has +lua and +server support
"$ARTIFACTS/pandoc --version" | grep -q '+server +lua'
"$ARTIFACTS/pandoc" --version | grep -q '+server +lua'
# Confirm that it has data files baked in:
strings "$ARTIFACTS/pandoc" | grep -q '\$title\$'