From 4590d915b9e53a5b961db56f36e3503efb78c2af Mon Sep 17 00:00:00 2001 From: Peter Marschall Date: Sun, 20 May 2018 11:51:50 +0200 Subject: [PATCH] bootstrap.ci: stop echoing executed commands --- bootstrap.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.ci b/bootstrap.ci index 162282d0..bab336c5 100755 --- a/bootstrap.ci +++ b/bootstrap.ci @@ -36,7 +36,7 @@ do done set -e -set -x + if [ -f Makefile ]; then make distclean fi