From 895a46c55f57681f04369ee4ec3adf9799a37ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 2 Aug 2014 18:46:48 +0200 Subject: [PATCH] core: remove "set -x" in build.sh (the executed commands are already displayed) --- scripts/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index b1514e8f2..df2dcd1c8 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -25,8 +25,6 @@ # This script is used to build WeeChat in Travis CI environment. # -set -x - run () { echo "Running \"$@\"..."