From de7f45879c92c00942b701fb706d874f2f993450 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Mon, 16 Dec 2019 13:40:08 +0000 Subject: Reverted runscript.tlu from 51942 to 51940 because of real fix for UNC paths in gswin git-svn-id: svn://tug.org/texlive/trunk@53144 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/runscript.tlu | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'Master/bin/win32') diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index a34cc9eb4d0..a872e00330b 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -281,8 +281,6 @@ local docstr = [[ -- HELPER SUBROUTINES -- local TEXDIR -local TEXDIRBSL -local TEXMFDISTBSL local guimode local function show_error(msg) @@ -708,14 +706,12 @@ if GSEXE then 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' -- cgit v1.2.3