зеркало из https://github.com/mozilla/kaldi.git
Merge pull request #750 from jtrmal/iban_path_fix
iban recipe -- adding path.sh that was accidentally removed today
This commit is contained in:
Коммит
6771bf75ea
|
@ -1,10 +1,6 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
export KALDI_ROOT=`pwd`/../../..
|
export KALDI_ROOT=`pwd`/../../..
|
||||||
. $KALDI_ROOT/tools/config/common_path.sh
|
[ -f $KALDI_ROOT/tools/env.sh ] && . $KALDI_ROOT/tools/env.sh
|
||||||
|
|
||||||
export PATH=$PWD/utils/:$KALDI_ROOT/tools/openfst/bin:$PWD:$PATH
|
export PATH=$PWD/utils/:$KALDI_ROOT/tools/openfst/bin:$PWD:$PATH
|
||||||
|
[ ! -f $KALDI_ROOT/tools/config/common_path.sh ] && echo >&2 "The standard file $KALDI_ROOT/tools/config/common_path.sh is not present -> Exit!" && exit 1
|
||||||
. $KALDI_ROOT/tools/env.sh
|
. $KALDI_ROOT/tools/config/common_path.sh
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче