diff options
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 5 |
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) { |