svn commit: [25904] trunk/busybox/shell

vda at busybox.net vda at busybox.net
Tue Mar 31 13:13:17 UTC 2009


Author: vda
Date: 2009-03-31 13:13:17 +0000 (Tue, 31 Mar 2009)
New Revision: 25904

Log:
hush: don't lie in comment



Modified:
   trunk/busybox/shell/hush.c


Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c	2009-03-31 13:05:32 UTC (rev 25903)
+++ trunk/busybox/shell/hush.c	2009-03-31 13:13:17 UTC (rev 25904)
@@ -3314,8 +3314,6 @@
 
 /* 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 {



More information about the busybox-cvs mailing list