mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Remove -x flag — we do not want to be *that* verbose.
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