Remove extraneous quotes.

Extra quotes in previous commit caused PATH to be set incorrectly in admin
shell.
This commit is contained in:
Greg Lucas 2014-03-13 12:36:07 -04:00
parent c76950293e
commit 3b053f8848

2
vendor/init.bat vendored
View File

@ -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