From 8fdf350d51eaf51eabd4f6a71eac35bc716a16b5 Mon Sep 17 00:00:00 2001 From: Piotr Strzelczyk Date: Sat, 15 Aug 2009 10:10:00 +0000 Subject: more fixes for poison characters in paths git-svn-id: svn://tug.org/texlive/trunk@14691 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/updater-w32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf') diff --git a/Master/texmf/scripts/texlive/updater-w32 b/Master/texmf/scripts/texlive/updater-w32 index 2e5b242167a..0f36ff6b163 100644 --- a/Master/texmf/scripts/texlive/updater-w32 +++ b/Master/texmf/scripts/texlive/updater-w32 @@ -106,8 +106,8 @@ rem Get TL installation root and log file location for /f "tokens=1-2 delims=;" %%I in ( 'kpsewhich -expand-var="$SELFAUTOLOC/:;$TEXMFSYSVAR/web2c/tlmgr.log"' ) do ( - set tlroot=%%~fI - set tlmgrlog=%%~fJ + set "tlroot=%%~fI" + set "tlmgrlog=%%~fJ" ) set "tlroot=%tlroot:\bin\win32\:=%" if not exist "%tlroot%\texmf\scripts\texlive\tlmgr.pl" ( @@ -115,7 +115,7 @@ if not exist "%tlroot%\texmf\scripts\texlive\tlmgr.pl" ( goto :abort ) call :debug "TL root: %tlroot%" -if not exist "%tlmgrlog%" (set tlmgrlog=%~dpn0.log) +if not exist "%tlmgrlog%" (set "tlmgrlog=%~dpn0.log") rem Make a private copy of tar.exe copy /y "%tlroot%\tlpkg\installer\tar.exe" "%tlroot%\temp\tar-w32.exe" >nul -- cgit v1.2.3