diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index ddac353aebe..131f7af9cd6 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4293,6 +4293,7 @@ sub load_config_file } while (<TLC>) { if (m/^\s*$/) { next; } + if (m/^\s*#/) { next; } if (m/^\s*(\w+)\s*=\s*(.*)\s*$/) { my $key = $1; my $val = $2; |