summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-08-23 11:09:28 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-08-23 11:09:28 +0000
commitc61b85cdb055677c320fb8f1209800d33aa11637 (patch)
treee27578bed251c0d81fc8490def86e4f7b5c539ea /Master/bin
parentafbda84cb6fb6bc3eb7678b4bd130fb46456dc25 (diff)
C:\Windows/Fonts ---> C:/Windows/Fonts
git-svn-id: svn://tug.org/texlive/trunk@51940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-xMaster/bin/win32/runscript.tlu2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu
index a872e00330b..06f01cdf2f6 100755
--- a/Master/bin/win32/runscript.tlu
+++ b/Master/bin/win32/runscript.tlu
@@ -711,7 +711,7 @@ else
..TEXDIR..'/tlpkg/tlgs/Resource/Init;'
..TEXDIR..'/tlpkg/tlgs/Resource;'
..TEXDIR..'/tlpkg/tlgs/kanji;'
- ..os.getenv('WINDIR')..'/Fonts;'..TEXMFDIST..'/fonts')
+ ..string.gsub(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'