svn commit: [25933] trunk/busybox/shell

vapier at busybox.net vapier at busybox.net
Thu Apr 2 17:06:35 UTC 2009


Author: vapier
Date: 2009-04-02 17:06:35 +0000 (Thu, 02 Apr 2009)
New Revision: 25933

Log:
Arithmetic Expansion is supported now in hush, so drop from TODO

Modified:
   trunk/busybox/shell/hush.c


Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c	2009-04-02 16:55:38 UTC (rev 25932)
+++ trunk/busybox/shell/hush.c	2009-04-02 17:06:35 UTC (rev 25933)
@@ -38,7 +38,6 @@
  *
  * POSIX syntax not implemented:
  *      aliases
- *      Arithmetic Expansion
  *      <(list) and >(list) Process Substitution
  *      Here Documents ( << word )
  *      Functions



More information about the busybox-cvs mailing list