diff options
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index b72a44828cf..6c76511fa1b 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4080,7 +4080,7 @@ sub action_conf { } else { $fn = "$Master/texmf.cnf"; if (-r $fn) { - $cf = TeXLive::TLConfFile->new($fn, "%", "="); + $cf = TeXLive::TLConfFile->new($fn, "[%#]", "="); } } my ($key, $val) = @ARGV; |