From 9764535d3df77f8b238f96a6f77a5a01f15c27b4 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Thu, 20 Jan 2022 13:45:05 +0800 Subject: [PATCH] Update run.sh --- examples/other/g2p/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/other/g2p/run.sh b/examples/other/g2p/run.sh index d52ed0c6..9794e791 100755 --- a/examples/other/g2p/run.sh +++ b/examples/other/g2p/run.sh @@ -4,7 +4,7 @@ source path.sh USE_SCLITE=true # test g2p -if [ ! -d ~datasets/BZNSYP ];then +if [ ! -d ~/datasets/BZNSYP ];then echo "Please download BZNSYP dataset" exit fi