diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 1740187d4..dc59d73bb 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 | * Here Documents ( << word ) | ||
44 | * Functions | 43 | * Functions |
45 | * Tilde Expansion | 44 | * Tilde Expansion |
46 | * | 45 | * |