diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-11-21 11:32:57 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-11-21 11:32:57 +0100 |
commit | 93229540713e6205293e67d4147b0d8e0c180f7b (patch) | |
tree | 0bddb9ebc86367a4d71cfe3b0fbc49bd58e8e6e2 /tools | |
parent | 40114a1f9695862653f282b6b14222ab753730be (diff) |
build-release: remove shell xtrace option
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrap-redhat.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bootstrap-redhat.sh b/tools/bootstrap-redhat.sh index d91a26ba..bac03c60 100644 --- a/tools/bootstrap-redhat.sh +++ b/tools/bootstrap-redhat.sh @@ -7,7 +7,6 @@ # python-rpm_4.10.0-5_amd64.deb set -e -set -x CHROOT_PREFIX=$1 DISTRO=$2 |