Skip to content

Commit 9764535

Browse files
authored
Update run.sh
1 parent 89a5c4e commit 9764535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/other/g2p/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source path.sh
44
USE_SCLITE=true
55

66
# test g2p
7-
if [ ! -d ~datasets/BZNSYP ];then
7+
if [ ! -d ~/datasets/BZNSYP ];then
88
echo "Please download BZNSYP dataset"
99
exit
1010
fi

0 commit comments

Comments
 (0)