From 17a7c98461feb7993c91e4c65f2225c7d9a44f32 Mon Sep 17 00:00:00 2001 From: Piotr Strzelczyk Date: Sat, 12 Sep 2009 22:23:29 +0000 Subject: path quoting for names with spaces git-svn-id: svn://tug.org/texlive/trunk@15247 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/dviout.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/bin/win32/dviout.bat') 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 ( -- cgit v1.2.3