Skip to content

Commit

Permalink
[egs] mini_librispeech: allow relative pathnames in download_and_unta…
Browse files Browse the repository at this point in the history
…r.sh (kaldi-asr#2689)
  • Loading branch information
desh2608 authored and danpovey committed Sep 7, 2018
1 parent c81f517 commit 312c40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions egs/mini_librispeech/s5/local/download_and_untar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ if [ ! -f $data/$part.tar.gz ]; then
echo "$0: error executing wget $full_url"
exit 1;
fi
cd -
fi

cd $data
Expand Down

0 comments on commit 312c40e

Please sign in to comment.