Remove -x flag — we do not want to be *that* verbose.

This commit is contained in:
Jérôme Petazzoni 2013-08-20 20:49:16 -07:00
parent 885afebe07
commit 8a7c0495e0
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@
#
set -e
set -x
# We're a nice, sexy, little shell script, and people might try to run us;
# but really, they shouldn't. We want to be in a container!

View File

@ -9,7 +9,6 @@
# official Dockerfile at the root of the Docker source code. The Dockerfile,
# make.sh and release.sh should all be from the same source code revision.
set -x
set -e
# Print a usage message and exit.