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:
7b830e7
)
hush: don't lie in comment
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 31 Mar 2009 13:13:17 +0000
(13:13 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 31 Mar 2009 13:13:17 +0000
(13:13 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index a96b179c6543a34b9efb2789404df7aea5644a92..de3b56d219cc6a70c9b5a88febbbe2937ad4ea67 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-3314,8
+3314,6
@@
static void initialize_context(struct parse_context *ctx)
/* If a reserved word is found and processed, parse context is modified
* and 1 is returned.
- * Handles if, then, elif, else, fi, for, while, until, do, done.
- * case, function, and select are obnoxious, save those for later.
*/
#if HAS_KEYWORDS
struct reserved_combo {