Skip to content

Commit

Permalink
lwarp
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@58837 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Apr 11, 2021
1 parent e8294a3 commit 3d38702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion texk/texlive/linked_scripts/lwarp/lwarpmk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

-- Copyright 2016-2021 Brian Dunn

printversion = "v0.895"
printversion = "v0.896"
requiredconfversion = "2" -- also at *lwarpmk.conf

function printhelp ()
Expand Down
9 changes: 4 additions & 5 deletions texk/texlive/linked_scripts/texlive/fmtutil.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
# $Id: fmtutil.pl 56682 2020-10-17 06:08:28Z preining $
# $Id: fmtutil.pl 58784 2021-04-07 07:30:50Z kakuto $
# fmtutil - utility to maintain format files.
# (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.)
#
Expand All @@ -24,11 +24,11 @@ BEGIN
TeX::Update->import();
}

my $svnid = '$Id: fmtutil.pl 56682 2020-10-17 06:08:28Z preining $';
my $lastchdate = '$Date: 2020-10-17 08:08:28 +0200 (Sat, 17 Oct 2020) $';
my $svnid = '$Id: fmtutil.pl 58784 2021-04-07 07:30:50Z kakuto $';
my $lastchdate = '$Date: 2021-04-07 09:30:50 +0200 (Wed, 07 Apr 2021) $';
$lastchdate =~ s/^\$Date:\s*//;
$lastchdate =~ s/ \(.*$//;
my $svnrev = '$Revision: 56682 $';
my $svnrev = '$Revision: 58784 $';
$svnrev =~ s/^\$Revision:\s*//;
$svnrev =~ s/\s*\$$//;
my $version = "r$svnrev ($lastchdate)";
Expand Down Expand Up @@ -380,7 +380,6 @@ sub callback_build_formats {
# code taken over from the original shell script for KPSE_DOT etc
my $thisdir = cwd();
$ENV{'KPSE_DOT'} = $thisdir;

# due to KPSE_DOT, we don't search the current directory, so include
# it explicitly for formats that \write and later on \read
$ENV{'TEXINPUTS'} ||= "";
Expand Down

0 comments on commit 3d38702

Please sign in to comment.