Revert "Windows: teach getenv to do a case-sensitive search"
commit2e6f85f3055f1a89b380270e79b78c80c5b5fce9
authorKarsten Blees <blees@dcon.de>
Sat, 14 Jan 2012 18:06:41 +0000 (14 19:06 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 5 Jun 2012 18:44:19 +0000 (5 13:44 -0500)
treef667b0ca189387bfd7e9c335ac92da3d67b12d62
parent49bd1b15898f07b27dc79e73cca7f497e1363bb0
Revert "Windows: teach getenv to do a case-sensitive search"

This reverts commit df599e9612788b728ce43a03159b85f1fe624d6a.

As of 5e9637c6 "i18n: add infrastructure for translating Git with gettext",
eval_gettext uses MinGW envsubst.exe instead of git-sh-i18n--envsubst.exe
for variable substitution. This breaks git-submodule.sh messages and tests,
as envsubst.exe doesn't support case-sensitive environment lookup (the same
is true for almost everything on Windows, including MSys and Cygwin tools).

30a615ac "Windows/i18n: rename $path to prevent clashes with $PATH" renames
the conflicting variable in git-submodule.sh, so that it works on Windows
(i.e. with case-insensitive environment, regardless of the toolset).

Revert to the documented behaviour of case-insensitive environment on
Windows.

Signed-off-by: Karsten Blees <blees@dcon.de>
compat/mingw.c