Merge "Adding -x to set parameters for more output"

This commit is contained in:
Jenkins 2014-05-09 11:06:24 +00:00 committed by Gerrit Code Review
commit 83aee34534

View File

@ -1,7 +1,7 @@
#!/bin/bash
# These are useful, or at worst not harmful, for all images we build.
set -eu
set -eux
set -o pipefail
[ -n "$ARCH" ]