summaryrefslogtreecommitdiff
path: root/usr.bin/env/env.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
commit72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch)
tree49c75f7b6a634efb81c3709f39147fdba24623bb /usr.bin/env/env.c
parent606cad63e046f2873878d07634158eb90c5a2cf6 (diff)
Diffstat (limited to 'usr.bin/env/env.c')
-rw-r--r--usr.bin/env/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c
index 9b325261329d..094ed9028c1f 100644
--- a/usr.bin/env/env.c
+++ b/usr.bin/env/env.c
@@ -40,7 +40,7 @@ static const char copyright[] =
#ifndef lint
static const char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/env/env.c,v 1.5.2.1 2001/08/02 02:25:58 obrien Exp $";
#endif /* not lint */
#include <err.h>