texlive[43908] Master/install-tl: ignore TEXDIRW in profiles
commits+preining at tug.org
commits+preining at tug.org
Tue Apr 18 09:51:37 CEST 2017
Revision: 43908
http://tug.org/svn/texlive?view=revision&revision=43908
Author: preining
Date: 2017-04-18 09:51:37 +0200 (Tue, 18 Apr 2017)
Log Message:
-----------
ignore TEXDIRW in profiles
Modified Paths:
--------------
trunk/Master/install-tl
Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl 2017-04-18 00:06:12 UTC (rev 43907)
+++ trunk/Master/install-tl 2017-04-18 07:51:37 UTC (rev 43908)
@@ -1823,6 +1823,9 @@
next if m/^[[:space:]]*$/; # skip empty lines
next if m/^[[:space:]]*#/; # skip comment lines
my ($k,$v) = split (" ", $_, 2); # value might have spaces
+ # skip TEXDIRW, seems not used anymore, but might be around
+ # in some profiles
+ next if ($k eq "TEXDIRW");
# convert old keys to new keys
$k = $keyrename{$k} if ($keyrename{$k});
$pro{$k} = $v;
More information about the tex-live-commits
mailing list