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 b0235fd29c8..e2d4dbf516b 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -294,8 +294,8 @@ sub from_file { tlwarn("unusable location $path, could not load any packages\n") if (!$found); # remove the un-xz-ed tlpdb file from temp dir # THAT IS RACY!!! we should fix that in some better way with tempfile - unlink($tlpdbfile) if $tlpdbfile; close($retfh); + unlink($tlpdbfile) if $tlpdbfile; return($found); } |