diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-07 07:28:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-07 07:28:25 +0000 |
commit | d4a24f2aae0b1e60b805062adf9ba51c011d75c7 (patch) | |
tree | e3d31154d8a6b3713779584c811f4880e45b1b55 | |
parent | 932e111418b66787c90124ddea3c34632b106e3d (diff) | |
download | busybox-w32-d4a24f2aae0b1e60b805062adf9ba51c011d75c7.tar.gz busybox-w32-d4a24f2aae0b1e60b805062adf9ba51c011d75c7.tar.bz2 busybox-w32-d4a24f2aae0b1e60b805062adf9ba51c011d75c7.zip |
here documents have been added, so drop from TODO
-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 | * |