From 2108bbc66448cd95acf2d0c1f286fb952a786c04 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 18 Sep 2020 05:52:26 +0000 Subject: fix for tlmgr csv printing typo relocatable, by Yihui git-svn-id: svn://tug.org/texlive/trunk@56372 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 262bd702799..7b26af005b0 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -3958,7 +3958,7 @@ sub show_one_package_csv { } 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") { -- cgit v1.2.3