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:
Johannes Schindelin 2011-09-09 15:46:05 -05:00
Родитель 8eb2a50898
Коммит 3107c69c8c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -50,5 +50,5 @@ Did not find a (non-msysGit) git; please run
when Git was compiled
EOF
fi &&
exec wine $WINECONSOLE cmd /c msys.bat ||
exec wine $WINECONSOLE bin/bash --login -i ||
echo "Failure to start Wine!"