git-gui: fix PATH environment for mingw development environment
commitea928bad8604b14071aa509fdfe17facea791ac2
authorHeiko Voigt <hvoigt@hvoigt.net>
Sat, 27 Feb 2010 20:47:42 +0000 (27 21:47 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 8 Apr 2010 18:30:29 +0000 (8 20:30 +0200)
tree9169931b30db147b78f2d4b44740138be89a5d7e
parent4e3c3a570d3eb8ac29b50af376b245534d1e8120
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