summaryrefslogtreecommitdiff
path: root/src/stdbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdbuf.c')
-rw-r--r--src/stdbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdbuf.c b/src/stdbuf.c
index fe4d773a7..116619d7a 100644
--- a/src/stdbuf.c
+++ b/src/stdbuf.c
@@ -256,7 +256,7 @@ set_LD_PRELOAD (void)
ret = putenv (LD_PRELOAD);
#ifdef __APPLE__
if (ret == 0)
- ret = putenv ("DYLD_FORCE_FLAT_NAMESPACE=y");
+ ret = setenv ("DYLD_FORCE_FLAT_NAMESPACE", "y", 1);
#endif
if (ret != 0)