projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb92951
)
hush: add a TODO
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 16 Apr 2009 12:00:15 +0000
(12:00 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 16 Apr 2009 12:00:15 +0000
(12:00 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 21cea32a1943f116ef5c0a00f22d920118bc955d..61b6a79251ef9da02e61adebf08fbd84e9aca6ff 100644
(file)
--- 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