texlive[70363] Master/bin/windows: runscript.dll: fix a bug

commits+kakuto at tug.org commits+kakuto at tug.org
Sun Mar 3 01:45:04 CET 2024


Revision: 70363
          https://tug.org/svn/texlive?view=revision&revision=70363
Author:   kakuto
Date:     2024-03-03 01:45:04 +0100 (Sun, 03 Mar 2024)
Log Message:
-----------
runscript.dll: fix a bug
runscript.tlu: allow external perl for restricted scripts

Modified Paths:
--------------
    trunk/Master/bin/windows/runscript.dll
    trunk/Master/bin/windows/runscript.tlu

Modified: trunk/Master/bin/windows/runscript.dll
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/windows/runscript.tlu
===================================================================
--- trunk/Master/bin/windows/runscript.tlu	2024-03-03 00:42:59 UTC (rev 70362)
+++ trunk/Master/bin/windows/runscript.tlu	2024-03-03 00:45:04 UTC (rev 70363)
@@ -647,7 +647,7 @@
   ['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



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