aboutsummaryrefslogtreecommitdiff
path: root/dicts/gnu-fdl-en-cz.sh
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-07-07 12:15:37 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-07-07 12:15:37 +0200
commitf94bb7709138df14be62198c56071d36aeb685cb (patch)
tree4c6856c97ddf9e084d10ed2518f0d7f12d63831b /dicts/gnu-fdl-en-cz.sh
parentd3cfb12e1610d874e5abefcc1e4fc0aa49364270 (diff)
downloadtdv-f94bb7709138df14be62198c56071d36aeb685cb.tar.gz
tdv-f94bb7709138df14be62198c56071d36aeb685cb.tar.xz
tdv-f94bb7709138df14be62198c56071d36aeb685cb.zip
Reflect the recent renaming of tabfile in scripts
Diffstat (limited to 'dicts/gnu-fdl-en-cz.sh')
-rwxr-xr-xdicts/gnu-fdl-en-cz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dicts/gnu-fdl-en-cz.sh b/dicts/gnu-fdl-en-cz.sh
index e5a575d..e312552 100755
--- a/dicts/gnu-fdl-en-cz.sh
+++ b/dicts/gnu-fdl-en-cz.sh
@@ -5,7 +5,7 @@ zcat | 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://www.svobodneslovniky.cz",
"gnu-fdl-$name") or die $!;
print $f tabesc($keyword) . "\t" . tabesc(join("\n", @$defs))