summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 4f2ff93b703..5e08a95493a 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -2735,10 +2735,11 @@ sub _create_config_files {
@lines = <INFILE>;
close (INFILE);
} else {
- debug("TLUtils::_create_config_files: $root/$headfile missing! -- probably user mode\n");
+ tlwarn("TLUtils::_create_config_files: $root/$headfile missing!\n");
+ # TODO
# 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) {