1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

core: remove "set -x" in build.sh (the executed commands are already displayed)

This commit is contained in:
Sébastien Helleu
2014-08-02 18:46:48 +02:00
parent a93c92c5b1
commit 895a46c55f
-2
View File
@@ -25,8 +25,6 @@
# This script is used to build WeeChat in Travis CI environment.
#
set -x
run ()
{
echo "Running \"$@\"..."