diff options
author | Denis Vlasenko | 2009-04-11 11:07:22 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-04-11 11:07:22 +0000 |
commit | c43430f1b92d82bcb25dd8af0fcc85b579cfc2ee (patch) | |
tree | 301bfc93143386a60209f29c222167f2e83cd21e /shell/hush.c | |
parent | 0701dca88c4fe3ee64aee922d9bba11bf21c9a7d (diff) | |
download | busybox-c43430f1b92d82bcb25dd8af0fcc85b579cfc2ee.zip busybox-c43430f1b92d82bcb25dd8af0fcc85b579cfc2ee.tar.gz |
hush: remove functions from TODOs
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c index dc217ba..16a4d73 100644 --- 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. */ |