13
0

Fix prev commit, g_setenv() params

This commit is contained in:
Robin Gareus 2019-10-23 23:59:59 +02:00
parent 81ef802869
commit 7f11d13c8a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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"));