Skip to content

Commit e578b97

Browse files
committed
Remove whitespace to ensure proper json data
1 parent 076c872 commit e578b97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/count-all-lemmas.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ elif compgen -G "$inputdir/src/fst/morphology/stems/*.lexd" > /dev/null; then
9292
grep -E -v "^[[:space:]]*\$" |
9393
wc -l)
9494
fi
95+
lemmacount=$(echo "$lemmacount" | tr -d '[:space:]') # remove whitespace
9596
echo "$lemmacount"

0 commit comments

Comments
 (0)