mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 01:41:55 +00:00
remove autotools stuff, now sdcv uses cmake
This commit is contained in:
@@ -3,12 +3,14 @@
|
||||
# make sure that you have not small Russian dictionary, like mueller 7 GPL
|
||||
# or replace человек by something else
|
||||
|
||||
PATH_TO_SDCV="$1"
|
||||
|
||||
unset SDCV_PAGER
|
||||
export LANG=ru_RU.KOI8-R
|
||||
IFS="
|
||||
"
|
||||
j=0
|
||||
for i in `../src/sdcv --utf8-input -n человек 2>&1`; do
|
||||
for i in `"$PATH_TO_SDCV" --utf8-input -n человек 2>&1`; do
|
||||
j=$(($j+1))
|
||||
if [ $j -ne 1 ]; then
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user