svn commit: trunk/busybox/shell

landley at busybox.net landley at busybox.net
Thu Jul 6 01:09:25 UTC 2006


Author: landley
Date: 2006-07-05 18:09:21 -0700 (Wed, 05 Jul 2006)
New Revision: 15653

Log:
Bug fix from Vladimir Oleynic via Paul Fox for:
echo "+bond0" > /sys/class/net/bonding_masters
while true; do
  echo hello
done  


Modified:
   trunk/busybox/shell/ash.c


Changeset:
Modified: trunk/busybox/shell/ash.c
===================================================================
--- trunk/busybox/shell/ash.c	2006-07-05 23:35:08 UTC (rev 15652)
+++ trunk/busybox/shell/ash.c	2006-07-06 01:09:21 UTC (rev 15653)
@@ -3469,6 +3469,7 @@
 	flushall();
 cmddone:
 	exitstatus |= ferror(stdout);
+	clearerr(stdout);
 	commandname = savecmdname;
 	exsig = 0;
 	handler = savehandler;




More information about the busybox-cvs mailing list