git-svn-id: svn://10.0.0.236/trunk@136457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2003-01-17 00:00:18 +00:00
parent e205adf181
commit 04fb49e536

View File

@@ -271,7 +271,7 @@ nsGREDirServiceProvider::GetXPCOMPath()
{
char* grePath = GetGREDirectoryPath();
if (!grePath) {
grePath = PR_GetEnv(MOZILLA_FIVE_HOME);
grePath = PR_GetEnv("MOZILLA_FIVE_HOME");
if (!grePath) {
return nsnull;
}