Fix prev commit, g_setenv() params
This commit is contained in:
parent
81ef802869
commit
7f11d13c8a
@ -87,7 +87,7 @@ fixup_bundle_environment (int argc, char* argv[], string & localedir)
|
||||
no_app_nap ();
|
||||
|
||||
if (g_getenv ("ARDOUR_SELF")) {
|
||||
g_setenv ("ARDOUR_SELF", argv[0]);
|
||||
g_setenv ("ARDOUR_SELF", argv[0], 1);
|
||||
}
|
||||
if (g_getenv ("PREBUNDLE_ENV")) {
|
||||
EnvironmentalProtectionAgency::set_global_epa (new EnvironmentalProtectionAgency (true, "PREBUNDLE_ENV"));
|
||||
|
Loading…
Reference in New Issue
Block a user