зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1406494 - Fix spelling of the environment variable.
MozReview-Commit-ID: KE3Wejl87hg --HG-- extra : amend_source : 62d4d8aac85a20dab055dc86938a8a2f167d162e
This commit is contained in:
Родитель
0e0138ce5b
Коммит
194330515b
|
@ -66,7 +66,7 @@ bool gfx_use_wrench()
|
|||
|
||||
const char* gfx_wr_resource_path_override()
|
||||
{
|
||||
const char* resourcePath = PR_GetEnv("WR_RESOURCE_Path");
|
||||
const char* resourcePath = PR_GetEnv("WR_RESOURCE_PATH");
|
||||
if (!resourcePath || resourcePath[0] == '\0') {
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче