Missing { }
--- trunk/launchd/src/launchd_core_logic.c 2006-11-15 18:52:35 UTC (rev 22945)
+++ trunk/launchd/src/launchd_core_logic.c 2006-11-15 19:02:54 UTC (rev 22946)
@@ -2059,8 +2059,9 @@
jobmgr_setup_env_from_other_jobs(j->mgr);
- SLIST_FOREACH(ei, &j->env, sle)
+ SLIST_FOREACH(ei, &j->env, sle) {
setenv(ei->key, ei->value, 1);
+ }
setsid();
}