texlive[50675] Master/bin/win32/runscript.tlu: Drop non-GUI

commits+siepo at tug.org commits+siepo at tug.org
Sun Mar 31 21:31:38 CEST 2019


Revision: 50675
          http://tug.org/svn/texlive?view=revision&revision=50675
Author:   siepo
Date:     2019-03-31 21:31:37 +0200 (Sun, 31 Mar 2019)
Log Message:
-----------
Drop non-GUI restriction for external perl

Modified Paths:
--------------
    trunk/Master/bin/win32/runscript.tlu

Modified: trunk/Master/bin/win32/runscript.tlu
===================================================================
--- trunk/Master/bin/win32/runscript.tlu	2019-03-31 15:30:16 UTC (rev 50674)
+++ trunk/Master/bin/win32/runscript.tlu	2019-03-31 19:31:37 UTC (rev 50675)
@@ -642,7 +642,7 @@
   ['fmtutil-sys'] = true, 
 }
 local try_extern_perl = (kpse.var_value('TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL') == '1') and 
-                        not (guimode or is_restricted_progname or scripts4tlperl[progname])
+                        not (is_restricted_progname or 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