Replace double quotes with quotes to allow paths with spaces

This commit is contained in:
Henrik Skupin 2012-03-28 20:19:03 +02:00
Родитель b1498666aa
Коммит 3aa0a47568
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ SET HOME=%ENV%
IF %1!==! goto interactive
REM MSYS cannot handle backslashes. So we have to replace all of them with slashes
%ENV%\\msys\\bin\\bash --login -c "%CMDLINE:\=/%"
%ENV%\\msys\\bin\\bash --login -c '%CMDLINE:\=/%'
goto end
:interactive