diff options
-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 0bddc9213..b46a1fd76 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -38,7 +38,6 @@ | |||
38 | * | 38 | * |
39 | * POSIX syntax not implemented: | 39 | * POSIX syntax not implemented: |
40 | * aliases | 40 | * aliases |
41 | * Arithmetic Expansion | ||
42 | * <(list) and >(list) Process Substitution | 41 | * <(list) and >(list) Process Substitution |
43 | * Here Documents ( << word ) | 42 | * Here Documents ( << word ) |
44 | * Functions | 43 | * Functions |