Skip to content

Commit 226cbf7

Browse files
oplatekdanpovey
authored andcommitted
[script] Fix unset bash variable in make_mfcc.sh (#3030)
1 parent afc5e78 commit 226cbf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

egs/wsj/s5/steps/make_mfcc.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ if [ -f $data/spk2warp ]; then
7575
elif [ -f $data/utt2warp ]; then
7676
echo "$0 [info]: using VTLN warp factors from $data/utt2warp"
7777
vtln_opts="--vtln-map=ark:$data/utt2warp"
78+
else
79+
vtln_opts=""
7880
fi
7981

8082
for n in $(seq $nj); do

0 commit comments

Comments
 (0)