summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/japanese-otf/script
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-11 22:49:11 +0000
committerKarl Berry <karl@freefriends.org>2018-02-11 22:49:11 +0000
commit21ea8d22c9103c683782617017bc6e9de9078008 (patch)
tree48c69bb58e66c418f8c08df5500bbf6862f3728d /Master/texmf-dist/source/fonts/japanese-otf/script
parent4b2209e5473b671c06eee20488258739a67796ec (diff)
japanese-otf (11feb18)
git-svn-id: svn://tug.org/texlive/trunk@46598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf/script')
-rwxr-xr-xMaster/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl b/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl
index 8cf536b8f64..44e78e1fe39 100755
--- a/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl
+++ b/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl
@@ -3,6 +3,8 @@ binmode(GLYPH);
@glyph_sub_table=();
opendir(OVP, "ovp") || mkdir("ovp",0755) || die "cannot mkdir ovp";
opendir(VF, "vf") || mkdir("vf",0755) || die "cannot mkdir vf";
+closedir(OVP);
+closedir(VF);
&make_glyph_substitute_array;
&make_uni_vf;