build: remove -x bash flag
authorStefan Junker <mail@stefanjunker.de>
Fri, 20 May 2016 10:38:19 +0000 (12:38 +0200)
committerStefan Junker <mail@stefanjunker.de>
Fri, 20 May 2016 23:48:26 +0000 (01:48 +0200)
build

diff --git a/build b/build
index c6d60ff..4f5cfc7 100755 (executable)
--- a/build
+++ b/build
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-set -xe
+set -e
 
 ORG_PATH="github.com/containernetworking"
 REPO_PATH="${ORG_PATH}/cni"