mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
Import Michal Čihař ( nijel ) patch:
Tescases fail with POSIX /bin/sh, attached patch fixes it
This commit is contained in:
@@ -9,7 +9,7 @@ IFS="
|
||||
"
|
||||
j=0
|
||||
for i in `../src/sdcv --utf8-input -n человек 2>&1`; do
|
||||
let j=j+1
|
||||
j=$(($j+1))
|
||||
if [ $j -ne 1 ]; then
|
||||
break;
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user