Import Michal Čihař ( nijel ) patch:

Tescases fail with POSIX /bin/sh, attached patch fixes it
This commit is contained in:
Evgeniy Dushistov
2010-08-01 20:42:04 +00:00
parent 65a1db1732
commit 9121ccf20e
4 changed files with 6 additions and 6 deletions

View File

@@ -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