Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43b95dcf authored by Yohann Roussel's avatar Yohann Roussel Committed by Android Git Automerger
Browse files

am 6a8146f2: Merge "Ensure dump-words-to-file creates the target"

* commit '6a8146f2':
  Ensure dump-words-to-file creates the target
parents f414f45e 6a8146f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1710,6 +1710,7 @@ endef
# dump-words-to-file, <word list>, <output file>
define dump-words-to-file
        @rm -f $(2)
        @touch $(2)
        @$(call emit-line,$(wordlist 1,200,$(1)),$(2))
        @$(call emit-line,$(wordlist 201,400,$(1)),$(2))
        @$(call emit-line,$(wordlist 401,600,$(1)),$(2))