maintenance/resources: Enable 'set -e' and 'set -u' in bash scripts
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 29 Apr 2015 01:02:50 +0000 (02:02 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 29 Apr 2015 01:04:22 +0000 (02:04 +0100)
commit22f098c8cf7eeeac6461513412af60176ceab4dc
tree6d6d79c976e679390f2cfab729c62fe284541a35
parentcd56c087a4fd41b40de65198d9c6ca5c85a4a6cf
maintenance/resources: Enable 'set -e' and 'set -u' in bash scripts

* set -e: Abort on error.
* set -u: Emit error for undefined variables.

This removes the need for endless "&&"-chains and easy-to-forget
"|| exit 1" statements.

Change-Id: I41a1c0d1bd57b5e241b83224096d32876fd913af
maintenance/resources/update-oojs-ui.sh
maintenance/resources/update-oojs.sh