fix the 'was unexpected at this time.'

Change the single quotation marks to double while path concerned
This commit is contained in:
leochien0102
2018-09-21 16:01:52 +08:00
committed by GitHub
parent ae2fda72fd
commit 8dc9bc9ae1

6
vendor/init.bat vendored
View File

@ -353,15 +353,15 @@ echo @echo off
) )
if "%CMDER_ALIASES%" == "1" if exist "%CMDER_ROOT%\bin\alias.bat" if exist "%CMDER_ROOT%\vendor\bin\alias.cmd" ( if "%CMDER_ALIASES%" == "1" if exist "%CMDER_ROOT%\bin\alias.bat" if exist "%CMDER_ROOT%\vendor\bin\alias.cmd" (
echo Cmder's 'alias' command has been moved into '%CMDER_ROOT%\vendor\bin\alias.cmd' echo Cmder's 'alias' command has been moved into "%CMDER_ROOT%\vendor\bin\alias.cmd"
echo to get rid of this message either: echo to get rid of this message either:
echo. echo.
echo Delete the file '%CMDER_ROOT%\bin\alias.bat' echo Delete the file "%CMDER_ROOT%\bin\alias.bat"
echo. echo.
echo or echo or
echo. echo.
echo If you have customized it and want to continue using it instead of the included version echo If you have customized it and want to continue using it instead of the included version
echo * Rename '%CMDER_ROOT%\bin\alias.bat' to '%CMDER_ROOT%\bin\alias.cmd'. echo * Rename "%CMDER_ROOT%\bin\alias.bat" to "%CMDER_ROOT%\bin\alias.cmd".
echo * Search for 'user-aliases' and replace it with 'user_aliases'. echo * Search for 'user-aliases' and replace it with 'user_aliases'.
) )