svn commit: trunk/busybox/shell

vda at busybox.net vda at busybox.net
Tue Jul 29 13:58:00 UTC 2008


Author: vda
Date: 2008-07-29 06:57:59 -0700 (Tue, 29 Jul 2008)
New Revision: 22984

Log:
randomconfig fix



Modified:
   trunk/busybox/shell/hush.c


Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c	2008-07-29 13:36:09 UTC (rev 22983)
+++ trunk/busybox/shell/hush.c	2008-07-29 13:57:59 UTC (rev 22984)
@@ -2131,8 +2131,8 @@
 				/* ctrl-C. We just stop doing whatever we were doing */
 				bb_putchar('\n');
 			}
-			loop_top = NULL;
-			depth_of_loop = 0;
+			USE_HUSH_LOOPS(loop_top = NULL;)
+			USE_HUSH_LOOPS(depth_of_loop = 0;)
 			rcode = 0;
 			goto ret;
 		}




More information about the busybox-cvs mailing list