Hacker News new | ask | show | jobs
by kitd 641 days ago
He says in the article. 'Set +e' prevents any error in a fork blitzing the whole script.
1 comments

That's clear, my question is why the +e is inside the loop and thus is set at each iteration, while the -e is outside it and thus is set only once at the end.