diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf/mkjvf')
-rwxr-xr-x | Master/texmf-dist/source/fonts/japanese-otf/mkjvf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf/mkjvf b/Master/texmf-dist/source/fonts/japanese-otf/mkjvf index c5483fd892e..35c3b443939 100755 --- a/Master/texmf-dist/source/fonts/japanese-otf/mkjvf +++ b/Master/texmf-dist/source/fonts/japanese-otf/mkjvf @@ -238,7 +238,7 @@ sub write_char { } sub make_vf { close(OVP); - system("wovp2ovf $tfm_name.ovp $tfm_name.vf $tfm_name.ofm"); + system("ovp2ovf $tfm_name.ovp $tfm_name.vf $tfm_name.ofm"); unlink "$tfm_name.ovp"; unlink "$tfm_name.ofm"; } |