From 0a88d1f44b9b7c19d394b67f098c485dba5b9815 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 20 Jan 2023 13:06:38 -0800 Subject: Fix another bug in make_artifacts.sh. --- linux/make_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') 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\$' -- cgit v1.2.3