summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin')
-rwxr-xr-xMaster/bin/win32/runscript.tlu16
1 files changed, 6 insertions, 10 deletions
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'