Windows/i18n: rename $path to prevent clashes with $PATH
commit46e4bd1087ede26022363aa963100da17324b079
authorKarsten Blees <blees@dcon.de>
Mon, 9 Jan 2012 18:16:30 +0000 (9 19:16 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 13 Mar 2012 05:46:39 +0000 (13 00:46 -0500)
tree67a0fcfeb068acf84ec417db29bebfbd88d1ce36
parentb7f7ad128196b10564f2311e8131214a4e118571
Windows/i18n: rename $path to prevent clashes with $PATH

Environment variables on Windows are case-insensitive. Rename '$path' in
all calls to eval_gettext to $modulepath so that it is not mistakenly
expanded to the value of the $PATH variable.

[jes: this happens to fix t7406/t7407 on Windows]
[pt: squashed in fix for substitution order error that broke t7400]

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-submodule.sh