texlive[56372] Master/texmf-dist/scripts/texlive/tlmgr.pl: fix for

commits+preining at tug.org commits+preining at tug.org
Fri Sep 18 07:52:26 CEST 2020


Revision: 56372
          http://tug.org/svn/texlive?view=revision&revision=56372
Author:   preining
Date:     2020-09-18 07:52:26 +0200 (Fri, 18 Sep 2020)
Log Message:
-----------
fix for tlmgr csv printing typo relocatable, by Yihui

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-09-17 23:53:59 UTC (rev 56371)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-09-18 05:52:26 UTC (rev 56372)
@@ -3958,7 +3958,7 @@
     } elsif ($d eq "installed") {
       push @out, $is_installed;
     } elsif ($d eq "relocatable") {
-      push @out, ($tlp->relocatable ? 1 : 0);
+      push @out, ($tlp->relocated ? 1 : 0);
     } elsif ($d eq "cat-version") {
       push @out, ($tlp->cataloguedata->{'version'} || "");
     } elsif ($d eq "cat-date") {



More information about the tex-live-commits mailing list.