diff options
Diffstat (limited to 'Master/bin')
-rw-r--r-- | Master/bin/win32/dviout.vbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/dviout.vbs b/Master/bin/win32/dviout.vbs index 79c411edfe2..6b33236a32d 100644 --- a/Master/bin/win32/dviout.vbs +++ b/Master/bin/win32/dviout.vbs @@ -39,7 +39,7 @@ sGS = sTL & "\tlpkg\tlgs" oEnv("PATH") = sGS & "\bin;" & oEnv("PATH") oEnv("GS_LIB") = sGS & "\fonts;" & sGS & "\lib;" & sGS & "\Resource" -sCmd = sTL & "\dviout\dviout.exe -TEXROOT=" +sCmd = sTL & "tlpkg\dviout\dviout.exe -TEXROOT=" 'add font trees to command-Line |