commit | 5a18f63b8dfc35fb7bcda4688661e354783d2bb7 | [log] [tgz] |
---|---|---|
author | Arnold D. Robbins <arnold@skeeve.com> | Wed Jan 22 02:10:59 2020 -0700 |
committer | Arnold D. Robbins <arnold@skeeve.com> | Wed Jan 22 02:10:59 2020 -0700 |
tree | 2290f0ee846b4fc34eef9090e97da10230b2eddb | |
parent | de6284e0377e1c10f6249586df1a67311e9c5b2f [diff] [blame] |
Set the close-on-exec flag for file and pipe redirections.
diff --git a/ChangeLog b/ChangeLog index 1afd9de..4e95699 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,8 @@ +2020-01-20 Arnold D. Robbins <arnold@skeeve.com> + + * run.c (openfile): Set the close-on-exec flag for file + and pipe redirections that aren't stdin/stdout/stderr. + 2020-01-06 Arnold D. Robbins <arnold@skeeve.com> Minor fixes.