hush: add a TODO
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 16 Apr 2009 12:00:15 +0000 (12:00 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 16 Apr 2009 12:00:15 +0000 (12:00 -0000)
shell/hush.c

index 21cea32..61b6a79 100644 (file)
@@ -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