mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
Remove extraneous quotes.
Extra quotes in previous commit caused PATH to be set incorrectly in admin shell.
This commit is contained in:
parent
c76950293e
commit
3b053f8848
2
vendor/init.bat
vendored
2
vendor/init.bat
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
:: Find root dir
|
||||
@if not defined CMDER_ROOT (
|
||||
for /f %%i in ("%ConEmuDir%\..\..") do @set CMDER_ROOT="%%~fi"
|
||||
for /f %%i in ("%ConEmuDir%\..\..") do @set CMDER_ROOT=%%~fi
|
||||
)
|
||||
|
||||
:: Change the prompt style
|
||||
|
Loading…
Reference in New Issue
Block a user