Windows/i18n: rename $path to prevent clashes with $PATH
commit3325b5b07af1c472732e302d86e360e31ef47653
authorKarsten Blees <blees@dcon.de>
Thu, 15 Mar 2012 17:15:31 +0000 (15 18:15 +0100)
committerKarsten Blees <blees@dcon.de>
Thu, 15 Mar 2012 17:15:31 +0000 (15 18:15 +0100)
tree2358c384739388666a64cdb233367ce492a04f02
parent0e6d933142f5252261171d611fe36d12ecaa0943
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