summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-05 22:22:31 +0000
committerKarl Berry <karl@freefriends.org>2020-03-05 22:22:31 +0000
commit080656471afa85d88226044ebd59a9d22529f8d0 (patch)
tree236db64054f2a4a27ab957a23c9db6634cea6201 /Master/texmf-dist/scripts
parentab261ba95f775746985b4542c78c4492e405ffe5 (diff)
luahbtex now on all platforms
git-svn-id: svn://tug.org/texlive/trunk@54116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index c8a32fea1d7..e9dd0c43766 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -5716,7 +5716,6 @@ sub check_executes {
if (",$TeXLive::TLConfig::PartialEngineSupport," =~ /,$engine,/) {
# luajit[hb]tex is special since it is not available on all architectures
# due to inherent reasons (machine code);
- # luahbtex is special until we build it everywhere for TL'20.
#
# We do not want to have error messages here, so we do the following:
# * if tlpkg/tlpsrc/luajittex.tlpsrc is available, then load it
@@ -5728,8 +5727,6 @@ sub check_executes {
my $pkg;
if ($engine =~ /luajit(hb)?tex/) {
$pkg = "luajittex";
- } elsif ($engine eq "luahbtex") {
- $pkg = "luahbtex";
} elsif ($engine eq "mfluajit") {
$pkg = "mflua";
} else {