summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-10-26 07:10:51 -0600
committerEric Blake <ebb9@byu.net>2009-10-26 21:30:30 -0600
commit243f1b1c71136171a4da635a84f8e32ba3eb3c94 (patch)
treeb3322fcf26a44e5b3f39479d89f58a34c4eab221 /bootstrap.conf
parentc6900474ef4e0acc02bf5ff41c933afeef4aae09 (diff)
downloadcoreutils-243f1b1c71136171a4da635a84f8e32ba3eb3c94.tar.xz
env: reject bogus -u arguments
* src/env.c (main): Use unsetenv rather than putenv to remove items from environ, and check for failure. * bootstrap.conf (gnulib_modules): Add unsetenv. * tests/misc/env: Test this. * NEWS: Document it.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index f26dfcb4b..4c0f4c7b0 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -217,6 +217,7 @@ gnulib_modules="
unistd-safer
unlink-busy
unlocked-io
+ unsetenv
update-copyright
uptime
useless-if-before-free