jcsilva / docker-kaldi-android

Dockerfile for compiling Kaldi for Android.
65 stars 25 forks source link

Error of grep OPENFST_VERSION #3

Closed kuo77122 closed 6 years ago

kuo77122 commented 6 years ago

Hi jcsilva, Thanks for your awesome project.

I find the Kaldi makefile had been changed to OPENFST_VERSION ?= 1.6.2(added char ?) after 16 Aug. This make compile-kaldi.sh run error.

The line 6 in compile-kaldi.sh should be modified to OPENFST_VERSION *.= *\K(.*)$

jcsilva commented 6 years ago

Hi,

thanks for helping me. Would you like to make a pull request with the correction?