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-7a79afa3cab4d35f6c042a1038554948ebe9b2e1.tar.gz
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 @@
*
* POSIX syntax not implemented:
* aliases
- * Arithmetic Expansion
* <(list) and >(list) Process Substitution
* Here Documents ( << word )
* Functions