bootstrap.ci: stop echoing executed commands

This commit is contained in:
Peter Marschall 2018-05-20 11:51:50 +02:00 committed by Frank Morgner
parent 882080cdf7
commit 4590d915b9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ do
done done
set -e set -e
set -x
if [ -f Makefile ]; then if [ -f Makefile ]; then
make distclean make distclean
fi fi