From 8a7c0495e0251c9b74db2c74d09397fb158ed512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 20 Aug 2013 20:49:16 -0700 Subject: [PATCH] =?UTF-8?q?Remove=20-x=20flag=20=E2=80=94=20we=20do=20not?= =?UTF-8?q?=20want=20to=20be=20*that*=20verbose.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hack/release/make.sh | 1 - hack/release/release.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/hack/release/make.sh b/hack/release/make.sh index b4af79835..a9395832b 100755 --- a/hack/release/make.sh +++ b/hack/release/make.sh @@ -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! diff --git a/hack/release/release.sh b/hack/release/release.sh index 0ce9ab359..4d5bd00b2 100755 --- a/hack/release/release.sh +++ b/hack/release/release.sh @@ -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.