Skip to content

Commit

Permalink
sync runscript.tlu
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@70383 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Mar 3, 2024
1 parent 8fc25f6 commit 57bb92f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions texk/texlive/windows_wrapper/runscript.tlu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


local svnrevision = string.match("$Revision: 69813 $", "%d+") or "0"
local svndate = string.match("$Date: 2024-02-12 00:09:34 +0100 (Mon, 12 Feb 2024) $", "[-%d]+") or "2009-12-04"
local svnrevision = string.match("$Revision: 70363 $", "%d+") or "0"
local svndate = string.match("$Date: 2024-03-02 16:45:04 -0800 (Sat, 02 Mar 2024) $", "[-%d]+") or "2009-12-04"
local bannerstr = "runscript wrapper utility (rev. " ..
svnrevision .. ", " .. svndate .. ")\n" ..
"usage: runscript script-name [arguments]\n" ..
Expand Down Expand Up @@ -647,7 +647,7 @@ local scripts4tlperl = {
['fmtutil-sys'] = true,
}
local try_extern_perl = (kpse.var_value('TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL') == '1') and
not (is_restricted_progname or scripts4tlperl[progname])
not (scripts4tlperl[progname])
local PERLEXE = try_extern_perl and search_path('perl.exe', PATH)
local extperl_warn
if not PERLEXE then
Expand Down

0 comments on commit 57bb92f

Please sign in to comment.