Date: Thu, 17 Apr 2008 23:17:10 +0000 (UTC) From: Garance A Drosehn <gad@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/env env.1 env.c Message-ID: <200804172317.m3HNHCGw013115@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2008-04-17 23:17:09 UTC
FreeBSD src repository
Modified files:
usr.bin/env env.1 env.c
Log:
Add the '-u name' option to the env command, which will completely unset
the given variable name (removing it from the environment, instead of
just setting it to a null value).
PR: bin/65649
MFC after: 2 weeks
Revision Changes Path
1.10 +21 -5 src/usr.bin/env/env.1
1.20 +10 -3 src/usr.bin/env/env.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804172317.m3HNHCGw013115>
