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

Upstream-commit: 8a7c0495e0251c9b74db2c74d09397fb158ed512
Component: engine
This commit is contained in:
Jérôme Petazzoni
2013-08-20 20:49:16 -07:00
parent cae3da65a2
commit e0db16a652
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.