Like many, I found, read, and followed the articles about “bash strict mode” believing it would make
my scripts better. In some cases my scripts worked fine. In others I had strange results, that were
only addressed by removing set -e. This article explains why “strict” mode is probably not a good
idea.