diff options
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/win32/dviout.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/dviout.bat b/Master/bin/win32/dviout.bat index 5cf473f1fbf..10b12763b43 100755 --- a/Master/bin/win32/dviout.bat +++ b/Master/bin/win32/dviout.bat @@ -11,7 +11,7 @@ setlocal enableextensions disabledelayedexpansion rem Get TL installation root (w/o trailing backslash)
set tlroot=%~dp0:
set tlroot=%tlroot:\bin\win32\:=%
-if not exist %tlroot%\bin\win32\kpsewhich.exe goto :no_tl
+if not exist "%tlroot%\bin\win32\kpsewhich.exe" goto :no_tl
rem Ask kpsewhich for TEXMFVAR
for /f "delims=" %%I in (
|