From a4332b4de9f992982709d408d428c35a91005157 Mon Sep 17 00:00:00 2001 From: Reinhard Kotucha Date: Wed, 25 Sep 2013 23:02:54 +0000 Subject: runscript.tlu: add missing path separator (;) to GS_LIB. git-svn-id: svn://tug.org/texlive/trunk@31764 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/runscript.tlu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/bin/win32/runscript.tlu') 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' -- cgit v1.2.3