From: Stefan Junker Date: Fri, 20 May 2016 10:38:19 +0000 (+0200) Subject: build: remove -x bash flag X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=54c0cd2cadc0567c8e4b457a772e155d7091f5c7;p=cni.git build: remove -x bash flag --- diff --git a/build b/build index c6d60ff..4f5cfc7 100755 --- 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"