diff options
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\$' |
