diff options
-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
|