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:
434ccd9
)
Bug fix from Vladimir Oleynic via Paul Fox for:
author
Rob Landley
<rob@landley.net>
Thu, 6 Jul 2006 01:09:21 +0000
(
01:09
-0000)
committer
Rob Landley
<rob@landley.net>
Thu, 6 Jul 2006 01:09:21 +0000
(
01:09
-0000)
echo "+bond0" > /sys/class/net/bonding_masters
while true; do
echo hello
done
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index cc46881c996bedc93116955f52e991b493d6a59d..ba99381a2d07a38723585e6ac667b75d61284429 100644
(file)
--- a/
shell/ash.c
+++ b/
shell/ash.c
@@
-3469,6
+3469,7
@@
evalbltin(const struct builtincmd *cmd, int argc, char **argv) {
flushall();
cmddone:
exitstatus |= ferror(stdout);
+ clearerr(stdout);
commandname = savecmdname;
exsig = 0;
handler = savehandler;