aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-04-02 17:06:35 +0000
committerMike Frysinger <vapier@gentoo.org>2009-04-02 17:06:35 +0000
commit7a79afa3cab4d35f6c042a1038554948ebe9b2e1 (patch)
treed97189d22de223d337cd3bdc0fc8120c21a19e4d
parentf328e00b107564569ee31820a49540c5dbe34f73 (diff)
downloadbusybox-w32-7a79afa3cab4d35f6c042a1038554948ebe9b2e1.tar.gz
busybox-w32-7a79afa3cab4d35f6c042a1038554948ebe9b2e1.tar.bz2
busybox-w32-7a79afa3cab4d35f6c042a1038554948ebe9b2e1.zip
Arithmetic Expansion is supported now in hush, so drop from TODO
-rw-r--r--shell/hush.c1
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 @@
38 * 38 *
39 * POSIX syntax not implemented: 39 * POSIX syntax not implemented:
40 * aliases 40 * aliases
41 * Arithmetic Expansion
42 * <(list) and >(list) Process Substitution 41 * <(list) and >(list) Process Substitution
43 * Here Documents ( << word ) 42 * Here Documents ( << word )
44 * Functions 43 * Functions