From: Denis Vlasenko Date: Thu, 16 Apr 2009 12:00:15 +0000 (-0000) Subject: hush: add a TODO X-Git-Tag: 1_15_0~337 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fa4ca7889e35036c3c62a0fba3309b8e158fd4cd;p=oweals%2Fbusybox.git hush: add a TODO --- diff --git a/shell/hush.c b/shell/hush.c index 21cea32a1..61b6a7925 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -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