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:
parent
c6905b3f4c
commit
7544458c7a
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user