texlive[74223] Master/install-tl: maybe better with no formfeed

commits+karl at tug.org commits+karl at tug.org
Sun Feb 23 17:38:14 CET 2025


Revision: 74223
          https://tug.org/svn/texlive?view=revision&revision=74223
Author:   karl
Date:     2025-02-23 17:38:14 +0100 (Sun, 23 Feb 2025)
Log Message:
-----------
maybe better with no formfeed

Modified Paths:
--------------
    trunk/Master/install-tl

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2025-02-23 16:13:53 UTC (rev 74222)
+++ trunk/Master/install-tl	2025-02-23 16:38:14 UTC (rev 74223)
@@ -1179,7 +1179,7 @@
 sub run_postinst_cmd {
   my ($cmd) = @_;
   my $tim = localtime ();
-  log ("\n\f [$tim] running $cmd\n");
+  log ("\n[$tim] running $cmd\n");
   &TeXLive::TLUtils::run_cmd_with_log ($cmd, \&log);
   $tim = localtime ();
   log ("\n[$tim] --end of output of $cmd\n");



More information about the tex-live-commits mailing list.