Windows/i18n: rename $path to prevent clashes with $PATH
commit77b8f77a864246c6b80eb16b3227d32227e1baeb
authorKarsten Blees <blees@dcon.de>
Thu, 15 Mar 2012 17:15:31 +0000 (15 18:15 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 6 Apr 2012 21:47:39 +0000 (6 16:47 -0500)
tree291be5a81e079f29c45878716ded497767e29a80
parent0ffccd925e9112197e4a900d494b5deccaeff71c
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