diff options
author | Norbert Preining <preining@logic.at> | 2010-05-27 17:48:52 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-05-27 17:48:52 +0000 |
commit | fb2d0d6b18546db25c5ef6ea841bc6a216d98dba (patch) | |
tree | 607ce09c91ca3fbe19f437ac9625b9f4cb9bcb19 /Master/texmf | |
parent | 0af7367578d5830a02649a81a90073fdf425a27b (diff) |
support both types of comments in texmf.cnf
git-svn-id: svn://tug.org/texlive/trunk@18531 c570f23f-e606-0410-a88d-b1316a301751
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; |