projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
932e111
)
here documents have been added, so drop from TODO
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 7 Apr 2009 07:28:25 +0000
(07:28 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 7 Apr 2009 07:28:25 +0000
(07:28 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 1740187d42bb66418dd7ad000b926b7642e624ea..dc59d73bbc45f83f35f60a733642f725cc5f7358 100644
(file)
--- 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
*