[runtime] Centralize the processing of MonoTrampInfo structures into the mono_tramp_i...
[mono.git] / mono / mini / main.c
index f5a8487d1edb03f2ebab0896b48aed46c91d31ee..84c6f39c060ee71bee15b5c0b0c38af2d0d75b05 100755 (executable)
@@ -14,7 +14,7 @@
 static int
 mono_main_with_options (int argc, char *argv [])
 {
-       const char *env_options = getenv ("MONO_ENV_OPTIONS");
+       const char *env_options = g_getenv ("MONO_ENV_OPTIONS");
        if (env_options != NULL){
                GPtrArray *array = g_ptr_array_new ();
                GString *buffer = g_string_new ("");