Be less tolerant of errors
This patch set flips on "set -e" (along with "set -o pipefail") so that shell script abort on bad exit from commands run on setup/run.
The first patch deals with one such error that went unnoticed.
Edited by Lubomir Rintel