git-gui: fix PATH environment for mingw development environment
commit435584e2a4fbfc7da74349049f92a1d2e78f97ef
authorHeiko Voigt <hvoigt@hvoigt.net>
Sat, 27 Feb 2010 20:47:42 +0000 (27 21:47 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 12 Apr 2010 12:56:13 +0000 (12 14:56 +0200)
tree5bbd453bc65ad58f2b0025863158bc8fa29322b2
parenta195394b832a2ea1f5ff142da3646f30cc3692df
git-gui: fix PATH environment for mingw development environment

When creating a desktop shortcut from the gui the shortcut directly
starts wish with the git-gui script. In the msysgit development
environment some dll's reside in the mingw/bin directory which causes
that git can not start because libiconv2.dll is not found.

When using such a link the error is even more cryptic stating:
"child killed: unknown signal"

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-gui/windows/git-gui.sh