git-gui: fix PATH environment for mingw development environment
commit4c79adc5c05de52a08f5e8a9615c9d6c9fe9a991
authorHeiko Voigt <hvoigt@hvoigt.net>
Sat, 27 Feb 2010 20:47:42 +0000 (27 21:47 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 30 Jul 2010 08:57:26 +0000 (30 09:57 +0100)
treeb8e6754ffd0a2c9c4c30fe14b7f34c6b08685004
parenta197b1e89a1c779e69c5ce8746f13b48158030ac
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>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
windows/git-gui.sh