svn commit: [26122] trunk/busybox/shell

vda at busybox.net vda at busybox.net
Thu Apr 16 12:00:16 UTC 2009


Author: vda
Date: 2009-04-16 12:00:15 +0000 (Thu, 16 Apr 2009)
New Revision: 26122

Log:
hush: add a TODO



Modified:
   trunk/busybox/shell/hush.c


Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c	2009-04-16 10:59:40 UTC (rev 26121)
+++ trunk/busybox/shell/hush.c	2009-04-16 12:00:15 UTC (rev 26122)
@@ -51,6 +51,7 @@
  * TODOs:
  *      grep for "TODO" and fix (some of them are easy)
  *      change { and } from special chars to reserved words
+ *      $var refs in function do not pick up values set by "var=val func"
  *      builtins: return, ulimit
  *      follow IFS rules more precisely, including update semantics
  *      figure out what to do with backslash-newline



More information about the busybox-cvs mailing list