Skip to content

Commit

Permalink
Merge pull request #1 from yzmyyff/yzmyyff-fix1885
Browse files Browse the repository at this point in the history
fix the bug kaldi-asr#1885
  • Loading branch information
yzmyyff authored Sep 14, 2017
2 parents 8ad898c + c5d7626 commit 582ab88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/swbd/s5c/local/swbd1_train_lms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ shift 3
fisher_dirs=( $@ )

for f in "$text" "$lexicon"; do
[ ! -f $x ] && echo "$0: No such file $f" && exit 1;
[ ! -f $f ] && echo "$0: No such file $f" && exit 1;
done

loc=`which ngram-count`;
Expand Down

0 comments on commit 582ab88

Please sign in to comment.