/src/rt/release.sh: make sure that the correct cc.exe is used
commitf5669c2f48f1095ca879165615a019388ceef9b5
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 4 Feb 2010 23:39:51 +0000 (5 00:39 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 4 Feb 2010 23:39:51 +0000 (5 00:39 +0100)
treeca3af2da092cc7767fe20e9be7e8416bf6780cac
parent701b8d20ea05dee31965ab6647fdee041271da1d
/src/rt/release.sh: make sure that the correct cc.exe is used

Even directly after a switch to the 'msys' branch, the compilation
should not fail miraculously. But it did.

The reason was that the PATH was not reset just by switching branches,
even if starting a new bash would set PATH correctly in /etc/profile.

So, not only set the MSYSTEM, but also the PATH appropriately in our
msys-1.0.dll build script, and everybody's happy.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
src/rt/release.sh