aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 6efc3073b..1e6df6284 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)