diff options
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/msh.c b/shell/msh.c index aad6bbf35..a142c451a 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -3,12 +3,12 @@ | |||
3 | * Minix shell port for busybox | 3 | * Minix shell port for busybox |
4 | * | 4 | * |
5 | * This version of the Minix shell was adapted for use in busybox | 5 | * This version of the Minix shell was adapted for use in busybox |
6 | * by Erik Andersen <andersee@debian.org> | 6 | * by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * - backtick expansion did not work properly | 8 | * - backtick expansion did not work properly |
9 | * Jonas Holmberg <jonas.holmberg@axis.com> | 9 | * Jonas Holmberg <jonas.holmberg@axis.com> |
10 | * Robert Schwebel <r.schwebel@pengutronix.de> | 10 | * Robert Schwebel <r.schwebel@pengutronix.de> |
11 | * Erik Andersen <andersee@debian.org> | 11 | * Erik Andersen <andersen@codepoet.org> |
12 | * | 12 | * |
13 | * This program is free software; you can redistribute it and/or modify | 13 | * This program is free software; you can redistribute it and/or modify |
14 | * it under the terms of the GNU General Public License as published by | 14 | * it under the terms of the GNU General Public License as published by |