texlive[71593] Master/tlpkg/TeXLive/TLUtils.pm:
commits+karl at tug.org
commits+karl at tug.org
Sat Jun 22 23:04:17 CEST 2024
Revision: 71593
https://tug.org/svn/texlive?view=revision&revision=71593
Author: karl
Date: 2024-06-22 23:04:17 +0200 (Sat, 22 Jun 2024)
Log Message:
-----------
(check_file_and_remove): missing \n on integrity warning.
Modified Paths:
--------------
trunk/Master/tlpkg/TeXLive/TLUtils.pm
Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm 2024-06-22 21:01:54 UTC (rev 71592)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm 2024-06-22 21:04:17 UTC (rev 71593)
@@ -2644,7 +2644,7 @@
if (!$checksum && !$checksize) {
tlwarn("$fn_name: neither checksum nor checksize " .
- "available for $xzfile, cannot check integrity");
+ "available for $xzfile, cannot check integrity\n");
return;
}
More information about the tex-live-commits
mailing list.