diff options
Diffstat (limited to 'usr.bin/env/env.c')
| -rw-r--r-- | usr.bin/env/env.c | 2 |
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> |
