mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
Fix another bug in make_artifacts.sh.
This commit is contained in:
@@ -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\$'
|
||||
|
||||
Reference in New Issue
Block a user