1
0
mirror of https://github.com/ru-de/faq.git synced 2024-11-22 10:22:20 +00:00

fix quote filenames

This commit is contained in:
Evgeniy Sokolov 2018-01-03 01:57:31 +01:00
parent c6905b3f4c
commit 7544458c7a
2 changed files with 2 additions and 1 deletions

View File

@ -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 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 done
git config --global core.quotepath false
go get -u github.com/russross/blackfriday-tool go get -u github.com/russross/blackfriday-tool

View File

@ -3,6 +3,8 @@
DIR=`dirname $0` DIR=`dirname $0`
EXIT_CODE=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' | wc -l > /tmp/dictionary.dic
(cat $DIR/dictionary.dic; echo) | sed '/^$/d' >> /tmp/dictionary.dic (cat $DIR/dictionary.dic; echo) | sed '/^$/d' >> /tmp/dictionary.dic