From 8dc9bc9ae1e2525eeaa5d672faa0870e6949e19e Mon Sep 17 00:00:00 2001 From: leochien0102 Date: Fri, 21 Sep 2018 16:01:52 +0800 Subject: [PATCH] fix the 'was unexpected at this time.' Change the single quotation marks to double while path concerned --- vendor/init.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor/init.bat b/vendor/init.bat index e3b9b6e..1b42969 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -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" ( - 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. - echo Delete the file '%CMDER_ROOT%\bin\alias.bat' + echo Delete the file "%CMDER_ROOT%\bin\alias.bat" echo. echo or echo. 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'. )