Skip to content

Commit 312c40e

Browse files
desh2608danpovey
authored andcommitted
[egs] mini_librispeech: allow relative pathnames in download_and_untar.sh (#2689)
1 parent c81f517 commit 312c40e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

egs/mini_librispeech/s5/local/download_and_untar.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ if [ ! -f $data/$part.tar.gz ]; then
7777
echo "$0: error executing wget $full_url"
7878
exit 1;
7979
fi
80+
cd -
8081
fi
8182

8283
cd $data

0 commit comments

Comments
 (0)