зеркало из https://github.com/github/msysgit.git
wine-start: avoid going through msys.bat
Apparently, a recent change in Wine broke that again. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Родитель
8eb2a50898
Коммит
3107c69c8c
|
@ -50,5 +50,5 @@ Did not find a (non-msysGit) git; please run
|
||||||
when Git was compiled
|
when Git was compiled
|
||||||
EOF
|
EOF
|
||||||
fi &&
|
fi &&
|
||||||
exec wine $WINECONSOLE cmd /c msys.bat ||
|
exec wine $WINECONSOLE bin/bash --login -i ||
|
||||||
echo "Failure to start Wine!"
|
echo "Failure to start Wine!"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче