From ddc8ae30030eed34f5606c787c50c1d7369de554 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 14 Oct 2008 12:50:34 +0000 Subject: hush: add TODO --- shell/hush.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/hush.c') diff --git a/shell/hush.c b/shell/hush.c index 6efc307..1e6df62 100644 --- 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) -- cgit v1.1