aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-16 12:00:15 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-16 12:00:15 +0000
commitfa4ca7889e35036c3c62a0fba3309b8e158fd4cd (patch)
tree42245ac807677ec8873e10ffd917aae4b0a3c655
parentbb929517a86092481ed8547e9f247c1b58bc4745 (diff)
downloadbusybox-w32-fa4ca7889e35036c3c62a0fba3309b8e158fd4cd.tar.gz
busybox-w32-fa4ca7889e35036c3c62a0fba3309b8e158fd4cd.tar.bz2
busybox-w32-fa4ca7889e35036c3c62a0fba3309b8e158fd4cd.zip
hush: add a TODO
-rw-r--r--shell/hush.c1
1 files changed, 1 insertions, 0 deletions
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 @@
51 * TODOs: 51 * TODOs:
52 * grep for "TODO" and fix (some of them are easy) 52 * grep for "TODO" and fix (some of them are easy)
53 * change { and } from special chars to reserved words 53 * change { and } from special chars to reserved words
54 * $var refs in function do not pick up values set by "var=val func"
54 * builtins: return, ulimit 55 * builtins: return, ulimit
55 * follow IFS rules more precisely, including update semantics 56 * follow IFS rules more precisely, including update semantics
56 * figure out what to do with backslash-newline 57 * figure out what to do with backslash-newline