Re: [PATCH] intl: create correct directory in tst-translit.sh
Collin Funk <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
Sam James <[email protected]> writes: > Sam James <[email protected]> writes: > >> Depending on parallelism, it's possible for domaindir/existing-locale/LC_MESSAGES >> to have not been created yet: > > That is, a friend may create it for us, and apparently that happens very > often, but we should create it where we meant to. Interesting. I have never seen this failure, but I can see that the directory is created by intl/tst-gettext.sh which is listed just before this one. Therefore, this patch looks fairly obvious to me. Reviewed-by: Collin Funk <[email protected]> Collin