add quotes

This commit is contained in:
dgames 2021-11-21 13:32:57 -05:00
parent 0326f2e3a8
commit 6ae2f97f52

View File

@ -121,8 +121,8 @@ exit /b
exit /b
:toolong
echo %OLD_PATH%>tempfileA
echo %PATH%>tempfileB
echo "%OLD_PATH%">tempfileA
echo "%PATH%">tempfileB
fc /b tempfileA tempfileB 2>nul 1>nul
if errorlevel 1 ( del tempfileA & del tempfileB & goto :changed )
del tempfileA & del tempfileB