summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutfvf_sp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutfvf_sp.pl')
-rwxr-xr-xMaster/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutfvf_sp.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutfvf_sp.pl b/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutfvf_sp.pl
index ad9bc2b1d8b..8392b7b686e 100755
--- a/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutfvf_sp.pl
+++ b/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutfvf_sp.pl
@@ -16,7 +16,9 @@ This software is a part of otfbeta-uptex (a.k.a. japanese-otf-uptex).
=cut
-use script::MakeSPList;
+use FindBin;
+use lib "$FindBin::Bin";
+use MakeSPList;
if (!defined($ovp2ovf)) { ## check option '-ovp2ovf=????'
$ovp2ovf = defined($ENV{'OVP2OVF'}) ? $ENV{'OVP2OVF'} : 'ovp2ovf';