Windows/i18n: rename $path to prevent clashes with $PATH
commitb54a4a3559a91751f7072af97a886b9cc98351ab
authorKarsten Blees <blees@dcon.de>
Thu, 15 Mar 2012 17:15:31 +0000 (15 18:15 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 30 Mar 2012 18:43:51 +0000 (30 13:43 -0500)
treee717d09b7fce26de8222f887df63ab53b1333a3f
parentb2fc555862bd8647b3d05a9a098154ca12f72a0b
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