summaryrefslogtreecommitdiff
path: root/shell/msh.c
diff options
context:
space:
mode:
authorEric Andersen2003-07-14 21:21:08 +0000
committerEric Andersen2003-07-14 21:21:08 +0000
commitcb81e6484d1f50ec2761f6294722407b14add525 (patch)
tree81fb6290ef50af3488a5ee0f97150b6503df6a3f /shell/msh.c
parent74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff)
downloadbusybox-cb81e6484d1f50ec2761f6294722407b14add525.zip
busybox-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'shell/msh.c')
-rw-r--r--shell/msh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/msh.c b/shell/msh.c
index aad6bbf..a142c45 100644
--- a/shell/msh.c
+++ b/shell/msh.c
@@ -3,12 +3,12 @@
* Minix shell port for busybox
*
* This version of the Minix shell was adapted for use in busybox
- * by Erik Andersen <andersee@debian.org>
+ * by Erik Andersen <andersen@codepoet.org>
*
* - backtick expansion did not work properly
* Jonas Holmberg <jonas.holmberg@axis.com>
* Robert Schwebel <r.schwebel@pengutronix.de>
- * Erik Andersen <andersee@debian.org>
+ * Erik Andersen <andersen@codepoet.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by