summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2013-09-25 23:02:54 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2013-09-25 23:02:54 +0000
commita4332b4de9f992982709d408d428c35a91005157 (patch)
treebf8c41d6279c34939a721592da5f635ded11db39
parentde76f51e373aab3a738fb8427db55a90517a84fd (diff)
runscript.tlu: add missing path separator (;) to GS_LIB.
git-svn-id: svn://tug.org/texlive/trunk@31764 c570f23f-e606-0410-a88d-b1316a301751
-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 b4c124e0110..a722f016070 100755
--- a/Master/bin/win32/runscript.tlu
+++ b/Master/bin/win32/runscript.tlu
@@ -510,7 +510,7 @@ if GSEXE then
else
-- use built in gs
os.setenv('GS_LIB', TEXDIR..'/tlpkg/tlgs/lib;'..TEXDIR..'/tlpkg/tlgs/fonts;'
- ..os.getenv('WINDIR')..'/Fonts'..TEXMFDIST..'/fonts')
+ ..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'