From 02b72150a74911cd142d510b177f7a88bf20c89b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 20 Jan 2023 12:17:08 -0800 Subject: Fix two small problems in make_artifacts.sh --- linux/make_artifacts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 2c85b6e06..aee62245b 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -36,10 +36,10 @@ 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\$' +strings "$ARTIFACTS/pandoc" | grep -q '\$title\$' make_deb() { VERSION=$("$ARTIFACTS"/pandoc --version | awk '{print $2; exit;}') -- cgit v1.2.3