diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-02 17:06:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-02 17:06:35 +0000 |
commit | 7a79afa3cab4d35f6c042a1038554948ebe9b2e1 (patch) | |
tree | d97189d22de223d337cd3bdc0fc8120c21a19e4d | |
parent | f328e00b107564569ee31820a49540c5dbe34f73 (diff) | |
download | busybox-7a79afa3cab4d35f6c042a1038554948ebe9b2e1.tar.gz |
Arithmetic Expansion is supported now in hush, so drop from TODO
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 0bddc9213..b46a1fd76 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -38,7 +38,6 @@ * * POSIX syntax not implemented: * aliases - * Arithmetic Expansion * <(list) and >(list) Process Substitution * Here Documents ( << word ) * Functions |