mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-13 03:09:10 +08:00
add quotes
This commit is contained in:
parent
0326f2e3a8
commit
6ae2f97f52
4
vendor/lib/lib_path.cmd
vendored
4
vendor/lib/lib_path.cmd
vendored
@ -121,8 +121,8 @@ exit /b
|
|||||||
exit /b
|
exit /b
|
||||||
|
|
||||||
:toolong
|
:toolong
|
||||||
echo %OLD_PATH%>tempfileA
|
echo "%OLD_PATH%">tempfileA
|
||||||
echo %PATH%>tempfileB
|
echo "%PATH%">tempfileB
|
||||||
fc /b tempfileA tempfileB 2>nul 1>nul
|
fc /b tempfileA tempfileB 2>nul 1>nul
|
||||||
if errorlevel 1 ( del tempfileA & del tempfileB & goto :changed )
|
if errorlevel 1 ( del tempfileA & del tempfileB & goto :changed )
|
||||||
del tempfileA & del tempfileB
|
del tempfileA & del tempfileB
|
||||||
|
Loading…
Reference in New Issue
Block a user