Thread (58 messages) flat view 58 messages, 5 authors, 2016-06-15

Re: [PATCH 20/48] i18n: git-submodule die + eval_gettext messages

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:51:13

Am 5/8/2011 14:20, schrieb Ævar Arnfjörð Bjarmason:
-		say "Submodule '$name' ($url) registered for path '$path'"
+		say "$(eval_gettext "Submodule '\$name' (\$url) registered for path '\$path'")"
On Windows, we have a problem with messages like this (and many others)
that reference $path. eval_gettext has to export 'path', but on Windows
environment variables are case-insensitive. In the substitution, this
happens to pick the value of 'PATH' rather than of 'path'... Can you do
something about this?

Of course, the problem is not limited to 'path' at all, but it is a
prominent example discovered by the test suite.

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help