aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-16 15:02:10 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-16 15:02:10 +0000
commit2f07007ee463abfc0749850de05e8b6bb0fd8c28 (patch)
tree8f74442d1eb9a0963c9dbd2709c923c480184628
parentbb22129db3583fb0319c7080b3b68a2bd159acf8 (diff)
downloadbusybox-w32-2f07007ee463abfc0749850de05e8b6bb0fd8c28.tar.gz
busybox-w32-2f07007ee463abfc0749850de05e8b6bb0fd8c28.tar.bz2
busybox-w32-2f07007ee463abfc0749850de05e8b6bb0fd8c28.zip
Thats odd. I guess this was cut-n-paste error, but vodz
email address was wrong! git-svn-id: svn://busybox.net/trunk/busybox@8765 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--coreutils/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/env.c b/coreutils/env.c
index a63f421d7..87ab30cdd 100644
--- a/coreutils/env.c
+++ b/coreutils/env.c
@@ -34,7 +34,7 @@
34 */ 34 */
35 35
36/* 36/*
37 * Modified by Vladimir Oleynik <andersen@codepoet.org> (C) 2003 37 * Modified by Vladimir Oleynik <dzo@simtreas.ru> (C) 2003
38 * - correct "-" option usage 38 * - correct "-" option usage
39 * - multiple "-u unsetenv" support 39 * - multiple "-u unsetenv" support
40 * - GNU long option support 40 * - GNU long option support