aboutsummaryrefslogtreecommitdiff
path: root/dicts/gnu-fdl-de-cz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dicts/gnu-fdl-de-cz.sh')
-rwxr-xr-xdicts/gnu-fdl-de-cz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dicts/gnu-fdl-de-cz.sh b/dicts/gnu-fdl-de-cz.sh
index 8fab695..ceafea0 100755
--- a/dicts/gnu-fdl-de-cz.sh
+++ b/dicts/gnu-fdl-de-cz.sh
@@ -9,7 +9,7 @@ grep -v ^# | sed 's/\\//g' | perl -CSD -F\\t -le '
sub tabesc { shift =~ s/\\/\\\\/gr =~ s/\n/\\n/gr =~ s/\t/\\t/gr }
sub w {
my ($name, $dict, $collation) = @_;
- open(my $f, "|-", "tabfile", "--pango", "--collation=$collation",
+ open(my $f, "|-", "tdv-tabfile", "--pango", "--collation=$collation",
"--website=https://gnu.nemeckoceskyslovnik.cz",
"gnu-fdl-$name") or die $!;
print $f tabesc($keyword) . "\t" . tabesc(join("\n", @$defs))