diff options
Diffstat (limited to 'dicts')
| -rwxr-xr-x | dicts/gnu-fdl-de-cz.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/dicts/gnu-fdl-de-cz.sh b/dicts/gnu-fdl-de-cz.sh index ffe56a4..8fab695 100755 --- a/dicts/gnu-fdl-de-cz.sh +++ b/dicts/gnu-fdl-de-cz.sh @@ -2,7 +2,7 @@  # GNU/FDL German-Czech dictionary, see https://gnu.nemeckoceskyslovnik.cz  # Sometimes the domain doesn't resolve, and the contents are close to useless -[ -n "$WANT_BAD_DICTS" ] || exit +[ -n "$WANT_BAD_DICTS" ] || exit 0  curl -Lo- 'https://gnu.nemeckoceskyslovnik.cz/index.php?id=6&sablona=export&format=zcu' | \  grep -v ^# | sed 's/\\//g' | perl -CSD -F\\t -le ' | 
