1
0
mirror of https://github.com/ru-de/faq.git synced 2024-11-30 06:12:19 +00:00
This commit is contained in:
Evgeniy Sokolov 2018-01-03 01:54:17 +01:00
parent ccdf0957b0
commit 90d51b75b8

View File

@ -3,7 +3,7 @@
DIR=`dirname $0`
EXIT_CODE=0
git config core.quotepath false
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