Skip to content

Commit

Permalink
updating installer data
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Feb 23, 2025
1 parent 7bac5c2 commit 6d932a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-tl
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,11 @@ sub do_installation {

sub run_postinst_cmd {
my ($cmd) = @_;
my $tim = localtime ();
log ("\n\f [$tim] running $cmd\n");
&TeXLive::TLUtils::run_cmd_with_log ($cmd, \&log);
$tim = localtime ();
log ("\n[$tim] --end of output of $cmd\n");
}

#
Expand Down

0 comments on commit 6d932a4

Please sign in to comment.