1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

scripts/generate-dict.sh: should not pass "-d" to "uniq".

This commit is contained in:
Henrik Hautakoski 2020-02-17 19:31:19 +01:00
parent 0464986ae8
commit 7ee53b7497

View file

@ -12,4 +12,4 @@ BASE58_ALPHABET=123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz
LC_CTYPE=C awk "! /[^${BASE58_ALPHABET}]/" < /dev/stdin 2> /dev/null \
| sed -r '/^.{,2}$/d' \
| tr '[:upper:]' '[:lower:]' \
| sort | uniq -d
| sort | uniq