Windows/i18n: rename $path to prevent clashes with $PATH
commitd41dbdcc8e5023192de886d0916cce25a503b44b
authorKarsten Blees <blees@dcon.de>
Mon, 9 Jan 2012 18:16:30 +0000 (9 19:16 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 14 Feb 2012 20:03:26 +0000 (14 14:03 -0600)
tree8d854cf7cb44fc0d918b4e39a4bc99ea54b43f77
parentce507c9bf01c4382f369a33d5fc0605f47da5f2e
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