Skip to content

Commit

Permalink
[script] Fix unset bash variable in make_mfcc.sh (#3030)
Browse files Browse the repository at this point in the history
  • Loading branch information
oplatek authored and danpovey committed Feb 8, 2019
1 parent afc5e78 commit 226cbf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions egs/wsj/s5/steps/make_mfcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ if [ -f $data/spk2warp ]; then
elif [ -f $data/utt2warp ]; then
echo "$0 [info]: using VTLN warp factors from $data/utt2warp"
vtln_opts="--vtln-map=ark:$data/utt2warp"
else
vtln_opts=""
fi

for n in $(seq $nj); do
Expand Down

0 comments on commit 226cbf7

Please sign in to comment.