]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
ap-push: turn off set -x
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 6 Nov 2017 16:28:21 +0000 (16:28 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 6 Nov 2017 16:28:21 +0000 (16:28 +0000)
This makes the output of mg-force-push quite unpleasant, amongst other
things.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
ap-push

diff --git a/ap-push b/ap-push
index a27ccc224e7349337fc09675db895bf7bf74dadf..6c95b1f5d4a44447e24b9c96083242a04c31d256 100755 (executable)
--- a/ap-push
+++ b/ap-push
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-set -ex -o posix
+set -e -o posix
 
 branch=$1
 revision=$2