Revert "Windows: teach getenv to do a case-sensitive search"
commitc6b4d9b444e99a7e27e39a10406661e34a25d1a2
authorKarsten Blees <blees@dcon.de>
Sat, 14 Jan 2012 18:06:41 +0000 (14 19:06 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 5 Dec 2013 23:19:22 +0000 (5 23:19 +0000)
treefc382c334c7a8ac6406b0c75e7e4eb7df9e0c499
parent12c88885f6f17827fc4b11571dcf8215f9b5cc7f
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