Merge pull request #1416 from gucong3000/patch-1

Compatible with Visual Studio Code (cmd)
This commit is contained in:
Martin Kemp 2017-11-29 13:43:13 +01:00 committed by GitHub
commit ee4f85de85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
vendor/init.bat vendored
View File

@ -11,7 +11,11 @@ if not defined verbose-output ( set verbose-output=0 )
:: Find root dir
if not defined CMDER_ROOT (
for /f "delims=" %%i in ("%ConEmuDir%\..\..") do set "CMDER_ROOT=%%~fi"
if defined ConEmuDir (
for /f "delims=" %%i in ("%ConEmuDir%\..\..") do set "CMDER_ROOT=%%~fi"
) else (
for /f "delims=" %%i in ("%~dp0\..") do set "CMDER_ROOT=%%~fi"
)
)
:: Remove trailing '\'