From fb2d0d6b18546db25c5ef6ea841bc6a216d98dba Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 27 May 2010 17:48:52 +0000 Subject: support both types of comments in texmf.cnf git-svn-id: svn://tug.org/texlive/trunk@18531 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf') 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; -- cgit v1.2.3