Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 044713e

Browse files
committed
Agregar la union de diccionarios
`awk 1` agregará un salto de línea a los archivos que no la tengan, arreglando los problemas que hemos tenido desde la implementación de los diccionarios por archivo.
1 parent c7fc9cb commit 044713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ progress: venv
8989

9090
.PHONY: spell
9191
spell: venv
92-
cat dict dictionaries/*.txt > dict.txt
92+
awk 1 dict dictionaries/*.txt > dict.txt
9393
$(VENV)/bin/pospell -p dict.txt -l es_ES **/*.po
9494

9595

0 commit comments

Comments
 (0)