Fix echo command

This commit is contained in:
Pavel Lobashov 2019-05-24 17:51:27 +03:00
parent c4551f6b92
commit 7268984157
2 changed files with 1 additions and 2 deletions

View file

@ -415,7 +415,6 @@ XlsFormatReader
xlsx
XLSX
xps
Yandex
youtube
yy
yyyy

View file

@ -20,4 +20,4 @@ jobs:
script:
- SPELLCHECK_OUT=$(cat CHANGELOG.md | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list)
- echo $SPELLCHECK_OUT
- if [[ $(echo $SPELLCHECK_OUT | wc -l) -ne 0 ]]; then exit 1 ; fi
- if [[ $(echo -n $SPELLCHECK_OUT | wc -l) -ne 0 ]]; then exit 1 ; fi