From f94bb7709138df14be62198c56071d36aeb685cb Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Fri, 7 Jul 2023 12:15:37 +0200 Subject: Reflect the recent renaming of tabfile in scripts --- dicts/gnu-fdl-de-cz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dicts/gnu-fdl-de-cz.sh') 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)) -- cgit v1.2.3-70-g09d2