Arithmetic Expansion is supported now in hush, so drop from TODO
authorMike Frysinger <vapier@gentoo.org>
Thu, 2 Apr 2009 17:06:35 +0000 (17:06 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 2 Apr 2009 17:06:35 +0000 (17:06 -0000)
shell/hush.c

index 0bddc92..b46a1fd 100644 (file)
@@ -38,7 +38,6 @@
  *
  * POSIX syntax not implemented:
  *      aliases
- *      Arithmetic Expansion
  *      <(list) and >(list) Process Substitution
  *      Here Documents ( << word )
  *      Functions