projects
/
platform
/
upstream
/
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
1740187
..
dc59d73
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
*