Merge pull request #750 from jtrmal/iban_path_fix

iban recipe -- adding path.sh that was accidentally removed today
This commit is contained in:
Jan "yenda" Trmal 2016-05-03 15:47:11 -04:00
Родитель a9937ae2c6 b5d0718ad3
Коммит 6771bf75ea
1 изменённых файлов: 3 добавлений и 7 удалений

Просмотреть файл

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