We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e6a2f commit 694dfc2Copy full SHA for 694dfc2
1 file changed
MobileGlues-cpp/config/config.cpp
@@ -42,7 +42,6 @@ int check_path() {
42
char* var = getenv("MG_DIR_PATH");
43
is_custom_mg_dir = var ? true : false;
44
mg_directory_path = var ? strdup(var) : DEFAULT_MG_DIRECTORY_PATH;
45
- unsetenv("MG_DIR_PATH");
46
}
47
config_file_path = concatenate(mg_directory_path, "/config.json");
48
log_file_path = concatenate(mg_directory_path, "/latest.log");
0 commit comments