aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-01-20 13:06:38 -0800
committerJohn MacFarlane <[email protected]>2023-01-20 13:06:38 -0800
commit0a88d1f44b9b7c19d394b67f098c485dba5b9815 (patch)
treed464c0eee73ca099b8320c77f172324636ae9517 /linux
parent02b72150a74911cd142d510b177f7a88bf20c89b (diff)
Fix another bug in make_artifacts.sh.
Diffstat (limited to 'linux')
-rw-r--r--linux/make_artifacts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh
index aee62245b..6758b7c3d 100644
--- a/linux/make_artifacts.sh
+++ b/linux/make_artifacts.sh
@@ -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\$'