aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-31 13:13:17 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-31 13:13:17 +0000
commit1b62ead3139ddcd288eb480f1003819a487f15c9 (patch)
treed1b70923ab6a916e87c4f3e0d44827e53b376e92
parent7b830e78f2ff2ba024ae713c306ab49aa45a435a (diff)
downloadbusybox-w32-1b62ead3139ddcd288eb480f1003819a487f15c9.tar.gz
busybox-w32-1b62ead3139ddcd288eb480f1003819a487f15c9.tar.bz2
busybox-w32-1b62ead3139ddcd288eb480f1003819a487f15c9.zip
hush: don't lie in comment
-rw-r--r--shell/hush.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c
index a96b179c6..de3b56d21 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -3314,8 +3314,6 @@ static void initialize_context(struct parse_context *ctx)
3314 3314
3315/* If a reserved word is found and processed, parse context is modified 3315/* If a reserved word is found and processed, parse context is modified
3316 * and 1 is returned. 3316 * and 1 is returned.
3317 * Handles if, then, elif, else, fi, for, while, until, do, done.
3318 * case, function, and select are obnoxious, save those for later.
3319 */ 3317 */
3320#if HAS_KEYWORDS 3318#if HAS_KEYWORDS
3321struct reserved_combo { 3319struct reserved_combo {