3 WINECONSOLE
=wineconsole
26 echo "Unhandled options: $*" >&2
31 Please restart with --rebase if you see 'assertion "!inheap (s)" failed: ...'
39 cd "$(dirname "$0")" &&
42 (cd bin
&& wine ..
/mingw
/bin
/rebase.exe
-b "$REBASE" msys-1.0.dll
) ||
43 die
"Could not rebase msys-1.0.dll to $REBASE"
44 git update-index
--assume-unchanged bin
/msys-1.0.dll ||
46 Did not find a (non-msysGit) git; please run
48 git update-index --assume-unchanged /bin/msys-1.0.dll
53 exec wine
$WINECONSOLE bin
/bash
--login -i ||
54 echo "Failure to start Wine!"