Skip to content

Commit

Permalink
Update tools/installers/install_gtn.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Shinji Watanabe <[email protected]>
  • Loading branch information
brianyan918 and sw005320 authored May 7, 2021
1 parent 8ff576a commit 57acda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/installers/install_gtn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# != 0 ]; then
exit 1;
fi

# Install pyopenjtalk
# Install gtn
if [ ! -e gtn.done ]; then
(
set -euo pipefail
Expand Down

0 comments on commit 57acda1

Please sign in to comment.