diff options
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c index dc217ba71..16a4d73e7 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -40,7 +40,6 @@ | |||
40 | * POSIX syntax not implemented: | 40 | * POSIX syntax not implemented: |
41 | * aliases | 41 | * aliases |
42 | * <(list) and >(list) Process Substitution | 42 | * <(list) and >(list) Process Substitution |
43 | * Functions | ||
44 | * Tilde Expansion | 43 | * Tilde Expansion |
45 | * | 44 | * |
46 | * Bash stuff (maybe optionally enable?): | 45 | * Bash stuff (maybe optionally enable?): |
@@ -60,7 +59,6 @@ | |||
60 | * ^Z handling (and explain it in comments for mere humans) | 59 | * ^Z handling (and explain it in comments for mere humans) |
61 | * separate job control from interactiveness | 60 | * separate job control from interactiveness |
62 | * (testcase: booting with init=/bin/hush does not show prompt (2009-04)) | 61 | * (testcase: booting with init=/bin/hush does not show prompt (2009-04)) |
63 | * functions | ||
64 | * | 62 | * |
65 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 63 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
66 | */ | 64 | */ |