diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-16 15:02:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-16 15:02:10 +0000 |
commit | 7ff33f1b42a913e4e02788dfa15f36ba853a3b51 (patch) | |
tree | 8f74442d1eb9a0963c9dbd2709c923c480184628 | |
parent | b054aeb4fead9acb2fdd783b1281b25fc761b9d5 (diff) | |
download | busybox-7ff33f1b42a913e4e02788dfa15f36ba853a3b51.tar.gz |
Thats odd. I guess this was cut-n-paste error, but vodz
email address was wrong!
-rw-r--r-- | coreutils/env.c | 2 |
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 @@ */ /* - * Modified by Vladimir Oleynik <andersen@codepoet.org> (C) 2003 + * Modified by Vladimir Oleynik <dzo@simtreas.ru> (C) 2003 * - correct "-" option usage * - multiple "-u unsetenv" support * - GNU long option support |