git://git.halfball.org
/
cni.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
232d7c0
)
build: remove -x bash flag
author
Stefan Junker
<mail@stefanjunker.de>
Fri, 20 May 2016 10:38:19 +0000
(12:38 +0200)
committer
Stefan Junker
<mail@stefanjunker.de>
Fri, 20 May 2016 23:48:26 +0000
(
01:48
+0200)
build
patch
|
blob
|
history
diff --git
a/build
b/build
index
c6d60ff
..
4f5cfc7
100755
(executable)
--- a/
build
+++ b/
build
@@
-1,5
+1,5
@@
#!/usr/bin/env bash
-set -
x
e
+set -e
ORG_PATH="github.com/containernetworking"
REPO_PATH="${ORG_PATH}/cni"