summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 5e08a95493a..4f2ff93b703 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -2735,11 +2735,10 @@ sub _create_config_files {
@lines = <INFILE>;
close (INFILE);
} else {
- tlwarn("TLUtils::_create_config_files: $root/$headfile missing!\n");
- # TODO
+ debug("TLUtils::_create_config_files: $root/$headfile missing! -- probably user mode\n");
# if we allow tlmgr generate to generate language.* file in usermode
# we need to remove the die here!
- die ("Giving up.");
+ # die ("Giving up.");
}
push @lines, @$tlpdblinesref;
if (defined($localconf) && -r $localconf) {