Skip to content

Commit

Permalink
Fixed issue when rootDir contains spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyggen committed Nov 22, 2013
1 parent 471e341 commit 75cb463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
@set PATH=%PATH%;%rootDir%\bin;%git_install_root%\bin;%git_install_root%\mingw\bin;%git_install_root%\cmd;

:: Add aliases
@doskey /macrofile=%rootDir%\config\aliases
@doskey /macrofile="%rootDir%\config\aliases"


:: cd into users homedir
@cd /d %USERPROFILE%

:: Set home path
@set HOME=%USERPROFILE%
@echo Welcome to cmder!
@echo Welcome to cmder!

0 comments on commit 75cb463

Please sign in to comment.