diff options
Diffstat (limited to 'linden/indra/llvfs/lldir_mac.cpp')
-rw-r--r-- | linden/indra/llvfs/lldir_mac.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/linden/indra/llvfs/lldir_mac.cpp b/linden/indra/llvfs/lldir_mac.cpp index d257ce0..db6e20d 100644 --- a/linden/indra/llvfs/lldir_mac.cpp +++ b/linden/indra/llvfs/lldir_mac.cpp | |||
@@ -176,11 +176,7 @@ LLDir_Mac::LLDir_Mac() | |||
176 | FSRefToLLString(&tempRef, mTempDir); | 176 | FSRefToLLString(&tempRef, mTempDir); |
177 | } | 177 | } |
178 | 178 | ||
179 | // Set the working dir to <bundle>/Contents/Resources | 179 | mWorkingDir = getCurPath(); |
180 | (void) chdir(mAppRODataDir.c_str()); | ||
181 | |||
182 | // Canonically, since we set it here... | ||
183 | mWorkingDir = mAppRODataDir; | ||
184 | 180 | ||
185 | CFRelease(executableURLRef); | 181 | CFRelease(executableURLRef); |
186 | executableURLRef = NULL; | 182 | executableURLRef = NULL; |