diff options
| author | John MacFarlane <[email protected]> | 2023-01-20 13:06:38 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-01-20 13:06:38 -0800 |
| commit | 0a88d1f44b9b7c19d394b67f098c485dba5b9815 (patch) | |
| tree | d464c0eee73ca099b8320c77f172324636ae9517 /linux | |
| parent | 02b72150a74911cd142d510b177f7a88bf20c89b (diff) | |
Fix another bug in make_artifacts.sh.
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/make_artifacts.sh | 2 |
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\$' |
