Skip to content
Snippets Groups Projects
Commit 226cbf7b authored by Ondrej Platek's avatar Ondrej Platek Committed by Daniel Povey
Browse files

[script] Fix unset bash variable in make_mfcc.sh (#3030)

parent afc5e78c
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment