From 7544458c7a60c1d6334c21401d99377bc6343c68 Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Wed, 3 Jan 2018 01:57:31 +0100 Subject: [PATCH] fix quote filenames --- files/check-install.sh | 1 - files/check.sh | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/files/check-install.sh b/files/check-install.sh index 3dceb3d..4f40c7b 100644 --- a/files/check-install.sh +++ b/files/check-install.sh @@ -28,5 +28,4 @@ for dic in $dicList cat /usr/share/hunspell/$dic.aff | iconv --from ISO8859-1 --to UTF-8 | sed 's/SET ISO8859-1/SET UTF-8/' > /usr/share/hunspell/$dic-utf8.aff done -git config --global core.quotepath false go get -u github.com/russross/blackfriday-tool diff --git a/files/check.sh b/files/check.sh index bf1a24c..abb5a2c 100644 --- a/files/check.sh +++ b/files/check.sh @@ -3,6 +3,8 @@ DIR=`dirname $0` EXIT_CODE=0 +git config --global core.quotepath false + (cat $DIR/dictionary.dic; echo) | sed '/^$/d' | wc -l > /tmp/dictionary.dic (cat $DIR/dictionary.dic; echo) | sed '/^$/d' >> /tmp/dictionary.dic