Remove -x flag — we do not want to be *that* verbose.
Upstream-commit: 8a7c0495e0251c9b74db2c74d09397fb158ed512 Component: engine
This commit is contained in:
@ -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!
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user