aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-04-07 07:28:25 +0000
committerMike Frysinger <vapier@gentoo.org>2009-04-07 07:28:25 +0000
commitd4a24f2aae0b1e60b805062adf9ba51c011d75c7 (patch)
treee3d31154d8a6b3713779584c811f4880e45b1b55 /shell
parent932e111418b66787c90124ddea3c34632b106e3d (diff)
downloadbusybox-d4a24f2aae0b1e60b805062adf9ba51c011d75c7.tar.gz
here documents have been added, so drop from TODO
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c1
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 @@
* POSIX syntax not implemented:
* aliases
* <(list) and >(list) Process Substitution
- * Here Documents ( << word )
* Functions
* Tilde Expansion
*