Bug fix from Vladimir Oleynic via Paul Fox for:

echo "+bond0" > /sys/class/net/bonding_masters
while true; do
  echo hello
done
This commit is contained in:
Rob Landley 2006-07-06 01:09:21 +00:00
parent 434ccd9739
commit f296f0b77d

View File

@ -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;