texlive[53144] Master/bin/win32/runscript.tlu: Reverted runscript.tlu

commits+siepo at tug.org commits+siepo at tug.org
Mon Dec 16 14:40:08 CET 2019


Revision: 53144
          http://tug.org/svn/texlive?view=revision&revision=53144
Author:   siepo
Date:     2019-12-16 14:40:08 +0100 (Mon, 16 Dec 2019)
Log Message:
-----------
Reverted runscript.tlu from 51942 to 51940 because of real fix for UNC paths in gswin

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

Modified: trunk/Master/bin/win32/runscript.tlu
===================================================================
--- trunk/Master/bin/win32/runscript.tlu	2019-12-16 00:54:07 UTC (rev 53143)
+++ trunk/Master/bin/win32/runscript.tlu	2019-12-16 13:40:08 UTC (rev 53144)
@@ -281,8 +281,6 @@
 -- HELPER SUBROUTINES --
 
 local TEXDIR
-local TEXDIRBSL
-local TEXMFDISTBSL
 local guimode
 
 local function show_error(msg)
@@ -708,14 +706,12 @@
   end
 else
   -- use built in gs
-   TEXDIRBSL = string.gsub(TEXDIR,'/', '\\')
-   TEXMFDISTBSL = string.gsub(TEXMFDIST,'/', '\\')
-   os.setenv('GS_LIB', TEXDIRBSL..'\\tlpkg\\tlgs\\lib;'
-	     ..TEXDIRBSL..'\\tlpkg\\tlgs\\fonts;'
-	     ..TEXDIRBSL..'\\tlpkg\\tlgs\\Resource\\Init;'
-	     ..TEXDIRBSL..'\\tlpkg\\tlgs\\Resource;'
-	     ..TEXDIRBSL..'\\tlpkg\\tlgs\\kanji;'
-	     ..os.getenv('WINDIR')..'\\Fonts;'..TEXMFDISTBSL..'\\fonts')
+   os.setenv('GS_LIB', TEXDIR..'/tlpkg/tlgs/lib;'
+	     ..TEXDIR..'/tlpkg/tlgs/fonts;'
+	     ..TEXDIR..'/tlpkg/tlgs/Resource/Init;'
+	     ..TEXDIR..'/tlpkg/tlgs/Resource;'
+	     ..TEXDIR..'/tlpkg/tlgs/kanji;'
+	     ..os.getenv('WINDIR')..'/Fonts;'..TEXMFDIST..'/fonts')
   os.setenv('GS_DLL', TEXDIR..'/tlpkg/tlgs/bin/gsdll32.dll')
   GSEXE = TEXDIR..'/tlpkg/tlgs/bin/gswin32c.exe'
   GSNAME = 'gswin32c.exe'



More information about the tex-live-commits mailing list