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:
0701dca
)
hush: remove functions from TODOs
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 11 Apr 2009 11:07:22 +0000
(11:07 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 11 Apr 2009 11:07:22 +0000
(11:07 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index dc217ba710923821a6e9ab570e413a3d544bccde..16a4d73e78eeb2f27feb9989f2c56f6a4a10578c 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-40,7
+40,6
@@
* POSIX syntax not implemented:
* aliases
* <(list) and >(list) Process Substitution
- * Functions
* Tilde Expansion
*
* Bash stuff (maybe optionally enable?):
@@
-60,7
+59,6
@@
* ^Z handling (and explain it in comments for mere humans)
* separate job control from interactiveness
* (testcase: booting with init=/bin/hush does not show prompt (2009-04))
- * functions
*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*/