diff options
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index f7a76b9461d..a18bdfe2a81 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -627,7 +627,7 @@ sub save { # on Windows the renaming sometimes fails, try to copy and unlink the # .tmp file. This we do for all archs, cannot hurt. # if we managed that one, we move it over - TeXLive::TLUtils::copy ("-f", $tmppath, $path) or die ("copy $tmppath to $path failed: $!"); + TeXLive::TLUtils::copy ("-f", $tmppath, $path); unlink ($tmppath) or tlwarn ("TLPDB: cannot unlink $tmppath: $!\n"); } |