diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-09-12 22:23:29 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-09-12 22:23:29 +0000 |
commit | 17a7c98461feb7993c91e4c65f2225c7d9a44f32 (patch) | |
tree | 1ea66d575596c46e2af3e603c2b5b050e2686b55 | |
parent | 38ec07f2b457dadc84fc9ac4f0c231636a7244a1 (diff) |
path quoting for names with spaces
git-svn-id: svn://tug.org/texlive/trunk@15247 c570f23f-e606-0410-a88d-b1316a301751
-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 (
|