git-gui: fix PATH environment for mingw development environment
commit7b7758ebcb7f6d6a8de90ff1cc45fe51c6713d96
authorHeiko Voigt <hvoigt@hvoigt.net>
Sat, 27 Feb 2010 20:47:42 +0000 (27 21:47 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 11 Jun 2010 14:18:36 +0000 (11 16:18 +0200)
tree4bcd027782164080d4d65ba4665718e9ea7824df
parent9c1c20c53c0de8edfbcdbaba35e1cf9ca61caef9
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