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:
371de4a
)
hush: add TODO
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 14 Oct 2008 12:50:34 +0000
(12:50 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 14 Oct 2008 12:50:34 +0000
(12:50 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 6efc3073beecdf7d45c2a2419947882150ca348c..1e6df62843c20c9a41dce259489fb24e1b0afa20 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-3134,6
+3134,8
@@
static int reserved_word(o_string *word, struct parse_context *ctx)
}
#endif
+//TODO: many, many callers don't check error from done_word()
+
/* Word is complete, look at it and update parsing context.
* Normal return is 0. Syntax errors return 1. */
static int done_word(o_string *word, struct parse_context *ctx)