summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/japanese-otf-uptex/script
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2013-11-20 20:22:00 +0000
committerNorbert Preining <preining@logic.at>2013-11-20 20:22:00 +0000
commit26b9004d022b2cb66d7ea5907bd998b2f110d19a (patch)
tree30dec290ef35ce8fd91f8921ed85439f42c2e0b0 /Master/texmf-dist/source/fonts/japanese-otf-uptex/script
parent491c2e872f08f182d1a918daeefcd5225188cf2d (diff)
update japanese-otf-uptex, missing part of the fonts part
git-svn-id: svn://tug.org/texlive/trunk@32193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf-uptex/script')
-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 65b549480f2..e574eb56325 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
@@ -18,7 +18,9 @@ This software is a part of otfbeta-uptex (a.k.a. japanese-otf-uptex).
use script::MakeSPList;
-$ovp2ovf = 'ovp2ovf' if (!defined($ovp2ovf)); # option -ovp2ovf
+if (!defined($ovp2ovf)) { ## check option '-ovp2ovf=????'
+ $ovp2ovf = defined($ENV{'OVP2OVF'}) ? $ENV{'OVP2OVF'} : 'ovp2ovf';
+}
$multi=3;
opendir(OVP, "ovp") || mkdir("ovp",0755) || die "cannot mkdir ovp";