Skip to content

Commit a6eabc4

Browse files
committed
Fixes minor issue with score.sh
1 parent 379d87a commit a6eabc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: s5/local/score.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dir=$3
3434

3535
symtab=$lang_or_graph/words.txt
3636

37-
for f in $symtab $dir/lat.1.gz $data/text; do
37+
for f in $symtab $dir/lat.1.gz; do
3838
[ ! -f $f ] && echo "score.sh: no such file $f" && exit 1;
3939
done
4040

0 commit comments

Comments
 (0)