fix open-commands path (#1714)

This commit is contained in:
Yu Lianjie 2024-09-20 12:38:52 +08:00 committed by GitHub
parent 6f1abd832d
commit 5c04c31292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,8 +63,8 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
ln -svf $(realpath ./open-commands/CN/small/commands.txt) commands_small.txt
ln -svf $(realpath ./open-commands/CN/large/commands.txt) commands_large.txt
pushd open-commands
./script/prepare.sh --stage 1 --stop-stage 1
./script/prepare.sh --stage 3 --stop-stage 5
./scripts/prepare.sh --stage 1 --stop-stage 1
./scripts/prepare.sh --stage 3 --stop-stage 5
popd
popd
pushd data/fbank