diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2009-06-22 18:30:27 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2009-06-22 18:30:27 +0000 |
commit | f71e63658cf5d1272212c328505da86df51d7ae1 (patch) | |
tree | 2eb09fb3c572c8a03d9dcad2907f047256fbf47f /Master | |
parent | 1a45ba09ca26bd4c2c2a4b24a84eeb1ffd46c41b (diff) |
win32/psv.bat: %tlroot%\tlpkg\psv => %tlroot%\tlpkg\tlpsv
git-svn-id: svn://tug.org/texlive/trunk@13888 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/bin/win32/psv.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/psv.bat b/Master/bin/win32/psv.bat index 75e450de5e1..df896f2c7a5 100755 --- a/Master/bin/win32/psv.bat +++ b/Master/bin/win32/psv.bat @@ -9,6 +9,6 @@ rem Use provided GS set GS_LIB=%tlroot%\tlpkg\tlgs\lib;%tlroot%\tlpkg\tlgs\fonts
set GS_DLL=%tlroot%\tlpkg\tlgs\bin\gsdll32.dll
rem Add PSV to path
-path %tlroot%\tlpkg\psv;%path%
+path %tlroot%\tlpkg\tlpsv;%path%
rem Start PSV and exit
start gswxlua -l psv.wx.lua -p psv_view.ps -sINPUT=%1 %2
|