Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tools/mkbundle/template_z.c')
-rw-r--r--mcs/tools/mkbundle/template_z.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tools/mkbundle/template_z.c b/mcs/tools/mkbundle/template_z.c
index 053cdba5683..a0bdecd616f 100644
--- a/mcs/tools/mkbundle/template_z.c
+++ b/mcs/tools/mkbundle/template_z.c
@@ -55,7 +55,7 @@ int main (int argc, char* argv[])
newargs [++i] = NULL;
if (config_dir != NULL && getenv ("MONO_CFG_DIR") == NULL)
- mono_set_dirs (getenv ("MONO_PATH"), config_dir);
+ setenv ("MONO_CFG_DIR", config_dir, 1);
install_dll_config_files ();